Filter hook 'themes_auto_update_enabled'

in WP Core File wp-admin/includes/update.php at line 1075

Description

Filters whether themes auto-update is enabled.

Occurrences

Filename Line Number
wp-admin/includes/update.php 1075

Parameters

Type Name Description
bool $enabled True if themes auto-update is enabled, false otherwise.

PHP Doc

/**
			 * Filters whether themes auto-update is enabled.
			 *
			 * @since 5.5.0
			 *
			 * @param bool $enabled True if themes auto-update is enabled, false otherwise.
			 */