Uses
Uses | Description |
---|---|
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
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_comments_feed_link | Filters the post comments feed permalink. |
wp-includes/link-template.php: _get_page_link() | Retrieves the page 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/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/post-template.php: get_the_ID() | Retrieve the ID of the current item in the WordPress Loop. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |