Uses
Uses | Description |
---|---|
wp-admin/includes/plugin-install.php: install_plugin_install_status() | Determine the status we can perform on a plugin. |
wp-admin/includes/plugin.php: get_plugins() | Check the plugins directory and retrieve all plugin files with plugin data. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/functions.php: wp_nonce_url() | Retrieve URL with nonce added to URL query. |
wp-includes/link-template.php: self_admin_url() | Retrieves the URL to the admin area for either the current site or the network depending on context. |
wp-includes/update.php: wp_update_plugins() | Checks for available updates to plugins based on the latest versions hosted on WordPress.org. |
wp-includes/option.php: get_site_transient() | Retrieves the value of a site transient. |
wp-includes/option.php: delete_site_transient() | Deletes a site transient. |