import_end

import_end

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('import_end') is found 1 times:

  • /includes/admin/importers/class-wc-tax-rate-importer.php line 201
    	 */
    	public function import_end() {
    		echo '<p>' . esc_html__( 'All done!', 'woocommerce' ) . ' <a href="' . esc_url( admin_url( 'admin.php?page=wc-settings&tab=tax' ) ) . '">' . esc_html__( 'View tax rates', 'woocommerce' ) . '</a></p>';
    
    		do_action( 'import_end' );
    	}
    
    	/**
    	 * Set the import error message.
    	 *
    	 * @param string $message Error message.
    

See this hook used in plugins: