Uses
Uses | Description |
---|---|
wp-includes/general-template.php: wp_title_parts | Filters the parts of the page title. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: zeroise() | Add leading zeros when necessary. |
wp-includes/general-template.php: single_post_title() | Display or retrieve page title for post. |
wp-includes/general-template.php: post_type_archive_title() | Display or retrieve title for a post type archive. |
wp-includes/general-template.php: single_term_title() | Display or retrieve page title for taxonomy term archive. |
wp-includes/general-template.php: wp_title | Filters the text of the page title. |
wp-includes/query.php: is_single() | Determines whether the query is for an existing single post. |
wp-includes/query.php: is_search() | Determines whether the query is for a search. |
wp-includes/query.php: is_404() | Determines whether the query has resulted in a 404 (returns no results). |
wp-includes/query.php: is_home() | Determines whether the query is for the blog homepage. |
wp-includes/query.php: is_front_page() | Determines whether the query is for the front page of the site. |
wp-includes/query.php: is_page() | Determines whether the query is for an existing single page. |
wp-includes/query.php: is_category() | Determines whether the query is for an existing category archive page. |
wp-includes/query.php: is_tag() | Determines whether the query is for an existing tag archive page. |
wp-includes/query.php: is_tax() | Determines whether the query is for an existing custom taxonomy archive page. |
wp-includes/query.php: is_author() | Determines whether the query is for an existing author archive page. |
wp-includes/query.php: get_query_var() | Retrieve variable in the WP_Query class. |
wp-includes/query.php: is_post_type_archive() | Determines whether the query is for an existing post type archive page. |
wp-includes/query.php: get_queried_object() | Retrieve the currently-queried object. |
wp-includes/query.php: is_archive() | Determines whether the query is for an existing archive page. |
wp-includes/class-wp-locale.php: WP_Locale::get_month() | Retrieve the full translated month by month number. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |