Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: wptexturize() | Replaces common plain text characters with formatted entities. |
wp-includes/class-wp-theme.php: WP_Theme::get_stylesheet() | The directory name of the theme’s “stylesheet” files, inside the theme root. |
wp-includes/class-wp-theme.php: WP_Theme::get() | Get a raw, unformatted theme header. |
wp-includes/class-wp-theme.php: WP_Theme::display() | Gets a theme header, formatted and translated for display. |