Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-theme-install-list-table.php: WP_Theme_Install_List_Table::_get_theme_status() | Check to see if the theme is already installed. |
wp-admin/includes/template.php: wp_star_rating() | Output a HTML element with a star rating for a given rating. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: esc_attr__() | Retrieve the translation of $text and escapes it for safe use in an attribute. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/kses.php: wp_kses() | Filters text content and strips out disallowed HTML. |
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. |