Uses
Uses | Description |
---|---|
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
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: author_feed_link | Filters the feed link for a given author. |
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/author-template.php: get_author_posts_url() | Retrieve the URL to the author page for the user with the ID provided. |