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: _get_page_link | Filters the permalink for a non-page_on_front page. |
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/post.php: get_page_uri() | Build the URI path for a page. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::get_page_permastruct() | Retrieves the page permalink structure. |