themes_auto_update_enabled

themes_auto_update_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('themes_auto_update_enabled') is found 1 times:

  • /wp-admin/includes/update.php line 1070
    1066
    1067
    1068
    1069
    1070
    1071
    1072
    1073
    1074
    1075
    1076
                 * @since 5.5.0
                 *
                 * @param bool $enabled True if themes auto-update is enabled, false otherwise.
                 */
                return apply_filters( 'themes_auto_update_enabled', $enabled );
        }
     
        return false;
    }
     
    /**