Uses
Uses | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php: WP_REST_Plugins_Controller::is_plugin_installed() | Checks if the plugin is installed. |
wp-includes/rest-api.php: rest_authorization_required_code() | Returns a contextual HTTP error code for authorization failure. |
wp-admin/includes/plugin.php: is_network_only_plugin() | Checks for “Network: true” in the plugin header to see if this should be activated only as a network wide plugin. The plugin would also work when Multisite is not enabled. |
wp-admin/includes/plugin.php: is_plugin_active() | Determines whether a plugin is active. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |