Uses
Uses | Description |
---|---|
wp-admin/includes/post.php: redirect_post_location | Filters the post redirect destination URL. |
wp-includes/pluggable.php: wp_redirect() | Redirects to another page. |
wp-includes/functions.php: wp_get_referer() | Retrieve referer from ‘_wp_http_referer’ or HTTP referer. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: get_edit_post_link() | Retrieves the edit post link for post. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_post_status() | Retrieve the post status based on the post ID. |