Uses
Uses | Description |
---|---|
wp-includes/query.php: _find_post_by_old_slug() | Find the post ID for redirecting an old slug. |
wp-includes/query.php: _find_post_by_old_date() | Find the post ID for redirecting an old date. |
wp-includes/query.php: old_slug_redirect_post_id | Filters the old slug redirect post ID. |
wp-includes/query.php: old_slug_redirect_url | Filters the old slug redirect URL. |
wp-includes/query.php: is_embed() | Is the query for an embedded post? |
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/pluggable.php: wp_redirect() | Redirects to another page. |
wp-includes/query.php: is_404() | Determines whether the query has resulted in a 404 (returns no results). |
wp-includes/query.php: get_query_var() | Retrieve variable in the WP_Query class. |
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/post.php: is_post_type_hierarchical() | Whether the post type is hierarchical. |