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