Uses
Uses | Description |
---|---|
wp-admin/includes/plugin-install.php: display_plugins_table() | Display plugin content based on plugin list. |
wp-admin/includes/plugin-install.php: install_popular_tags() | Retrieve popular WordPress plugin tags. |
wp-includes/category-template.php: wp_generate_tag_cloud() | Generates a tag cloud (heatmap) from provided data. |
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/formatting.php: sanitize_title_with_dashes() | Sanitizes a title, replacing whitespace and a few other characters with dashes. |
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/load.php: is_wp_error() | Check whether variable is a WordPress Error. |