Uses
Uses | Description |
---|---|
wp-includes/category-template.php: get_the_tags() | Retrieves the tags for a post. |
wp-includes/category-template.php: get_the_category() | Retrieves post categories. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/taxonomy.php: sanitize_term_field() | Cleanse the field value in the term based on the context. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/feed.php: the_category_rss | Filters all of the post categories for display in a feed. |
wp-includes/feed.php: get_default_feed() | Retrieve the default feed. |
wp-includes/feed.php: get_bloginfo_rss() | RSS container for the bloginfo function. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |