import_end

import_end

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('import_end') is found 1 times:

  • /includes/admin/importers/class-wc-tax-rate-importer.php line 201
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    */
    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: