woocommerce_enable_auto_update_db

woocommerce_enable_auto_update_db

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_enable_auto_update_db') is found 1 times:

  • /includes/class-wc-install.php line 698
    		 * Allow WooCommerce to auto-update without prompting the user.
    		 *
    		 * @since 3.2.0
    		 */
    		return (bool) apply_filters( 'woocommerce_enable_auto_update_db', true );
    	}
    
    	/**
    	 * See if we need to set redirect transients for activation or not.
    	 *
    	 * @since 4.6.0