Uses
Uses | Description |
---|---|
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: feed_link | Filters the feed type permalink. |
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/class-wp-rewrite.php: WP_Rewrite::get_feed_permastruct() | Retrieves the feed permalink structure. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::get_comment_feed_permastruct() | Retrieves the comment feed permalink structure. |