Uses
Uses | Description |
---|---|
wp-includes/load.php: wp_is_recovery_mode() | Is WordPress in Recovery Mode. |
wp-includes/load.php: wp_skip_paused_plugins() | Filters a given list of plugins, removing any paused plugins from it. |
wp-includes/load.php: wp_installing() | Check or set whether WordPress is in “installation” mode. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: _deprecated_file() | Mark a file as deprecated and inform when it has been used. |
wp-includes/functions.php: validate_file() | Validates a file name and path against an allowed set of rules. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/ms-load.php: wp_get_active_network_plugins() | Returns array of network plugin files to be included in global scope. |