Uses
Uses | Description |
---|---|
wp-includes/category-template.php: walk_category_tree() | Retrieves HTML list content for category list. |
wp-includes/category-template.php: wp_list_categories | Filters the HTML output of a taxonomy list. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
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: get_queried_object() | Retrieve the currently-queried object. |
wp-includes/query.php: get_queried_object_id() | Retrieve ID of the current queried object. |
wp-includes/category.php: get_categories() | Retrieves a list of category objects. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/functions.php: wp_parse_id_list() | Clean up an array, comma- or space-separated list of IDs. |
wp-includes/taxonomy.php: taxonomy_exists() | Determines whether the taxonomy name exists. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/link-template.php: get_post_type_archive_link() | Retrieves the permalink for a post type archive. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |