Uses
| Uses | Description |
|---|---|
| wp-includes/load.php: wp_is_file_mod_allowed() | Determines whether file modifications are allowed. |
| wp-includes/load.php: wp_installing() | Check or set whether WordPress is in “installation” mode. |
| wp-admin/includes/class-wp-automatic-updater.php: automatic_updater_disabled | Filters whether to entirely disable background updates. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |