woocommerce_newly_installed

woocommerce_newly_installed

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_newly_installed') is found 1 times:

  • /includes/class-wc-install.php line 298
    			 * 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' );
    		}
    	}
    
    

See this hook used in plugins: