Uses
Uses | Description |
---|---|
wp-includes/link-template.php: get_home_url() | Retrieves the URL for a given site where the front end is accessible. |
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: post_type_archive_link | Filters the post type archive permalink. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
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/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |