plugins_auto_update_enabled

plugins_auto_update_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('plugins_auto_update_enabled') is found 1 times:

  • /wp-admin/includes/update.php line 1061
    1057
    1058
    1059
    1060
    1061
    1062
    1063
    1064
    1065
    1066
    1067
         * @since 5.5.0
         *
         * @param bool $enabled True if plugins auto-update is enabled, false otherwise.
         */
        return apply_filters( 'plugins_auto_update_enabled', $enabled );
    case 'theme':
        /**
         * Filters whether themes auto-update is enabled.
         *
         * @since 5.5.0
         *