woocommerce_newly_installed

woocommerce_newly_installed

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

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

do_action('woocommerce_newly_installed') is found 1 times:

  • /includes/class-wc-install.php line 333
    			 * Run when WooCommerce has been installed for the first time.
    			 *
    			 * @since 6.5.0
    			 */
    			do_action( 'woocommerce_newly_installed' );
    			do_action_deprecated( 'woocommerce_admin_newly_installed', array(), '6.5.0', 'woocommerce_newly_installed' );
    
    			update_option( self::NEWLY_INSTALLED_OPTION, 'no' );
    
    			/**
    			 * This option is used to track the initial version of WooCommerce that was installed.
    

See this hook used in plugins: