Filter hook 'plugins_auto_update_enabled'

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

Description

Filters whether plugins auto-update is enabled.

Occurrences

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

Parameters

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

PHP Doc

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