Uses
Uses | Description |
---|---|
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_type_link | Filters the permalink for a post of a custom post type. |
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/post.php: get_post_status() | Retrieve the post status based on the post ID. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::get_extra_permastruct() | Retrieves an extra permalink structure by name. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |