Uses
Uses | Description |
---|---|
wp-includes/theme.php: current_theme_supports() | Checks a theme’s support for a given feature. |
wp-includes/theme.php: get_theme_support() | Gets the theme support arguments passed when registering that support. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/general-template.php: checked() | Outputs the HTML checked attribute. |
wp-includes/post.php: post_type_supports() | Check a post type’s support for a given feature. |
wp-includes/post-formats.php: get_post_format() | Retrieve the format slug for a post |
wp-includes/post-formats.php: get_post_format_string() | Returns a pretty, translated version of a post format slug |