Uses
Uses | Description |
---|---|
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/taxonomy.php: get_term_link() | Generate a permalink for a taxonomy term archive. |
wp-includes/taxonomy.php: get_term() | Get all Term data from database by Term ID. |
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: category_feed_link | Filters the category feed link. |
wp-includes/link-template.php: tag_feed_link | Filters the post tag feed link. |
wp-includes/link-template.php: taxonomy_feed_link | Filters the feed link for a taxonomy other than ‘category’ or ‘post_tag’. |
wp-includes/link-template.php: user_trailingslashit() | Retrieves a trailing-slashed string if the site is set for adding trailing slashes. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/feed.php: get_default_feed() | Retrieve the default feed. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |