Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: _get_plugin_from_callback() | Internal helper function to find the plugin from a meta box callback. |
wp-admin/includes/plugin.php: is_plugin_inactive() | Determines whether the plugin is inactive. |
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/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/functions.php: wp_nonce_url() | Retrieve URL with nonce added to URL query. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
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/link-template.php: get_edit_post_link() | Retrieves the edit post link for post. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |