Uses
Uses | Description |
---|---|
wp-admin/includes/theme.php: get_theme_feature_list() | Retrieve list of WordPress theme features (aka theme tags). |
wp-admin/includes/theme-install.php: install_theme_search_form() | Display search form for searching themes. |
wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |