woocommerce_admin_installed

woocommerce_admin_installed

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('woocommerce_admin_installed') is found 1 times:

  • /includes/class-wc-install.php line 516
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
         * Run after WooCommerce Admin has been installed or updated.
         *
         * @since 6.5.0
         */
        do_action( 'woocommerce_admin_installed' );
    }
     
    /**
     * Core function that performs the WooCommerce install.
     */
    private static function install_core() {