Uses
Uses | Description |
---|---|
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: get_search_feed_link() | Retrieves the permalink for the search results feed. |
wp-includes/link-template.php: search_feed_link | Filters the search feed link. |
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/class-wp-rewrite.php: WP_Rewrite::get_search_permastruct() | Retrieves the search permalink structure. |