plugins_auto_update_enabled

最后更新于:2021-11-27 14:38:05

apply_filters( ‘plugins_auto_update_enabled’, bool $enabled )

Filters whether plugins auto-update is enabled.

参数

$enabled

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

源文件

文件: gc-admin/includes/update.php

View on Trac