import_single_post( $post_id ); return false; } /** * Complete * * Override if applicable, but ensure that the below actions are * performed, or, call parent::complete(). * * @since 1.6.15 */ protected function complete() { parent::complete(); do_action( 'cartflows_import_complete' ); } } endif;