Uses
Uses | Description |
---|---|
wp-includes/general-template.php: get_search_query() | Retrieves the contents of the search WordPress query variable. |
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: search_link | Filters the search permalink. |
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/class-wp-rewrite.php: WP_Rewrite::get_search_permastruct() | Retrieves the search permalink structure. |