themes_auto_update_enabled WordPress Filter Hook

The themes_auto_update_enabled hook is used to set whether or not automatic updates are enabled for WordPress themes. This hook is called by the update_option function.

apply_filters( 'themes_auto_update_enabled', bool $enabled ) #

Filters whether themes auto-update is enabled.


Parameters

$enabled

(bool)True if themes auto-update is enabled, false otherwise.


Top ↑

Source

File: wp-admin/includes/update.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.