woocommerce_enable_auto_update_db, true
woocommerce_enable_auto_update_db, true
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_enable_auto_update_db, true') is found 1 times:
- /includes/class-wc-install.php line 902
* 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