Uses
Uses | Description |
---|---|
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/general-template.php: get_search_query | Filters the contents of the search query variable. |
wp-includes/query.php: get_query_var() | Retrieve variable in the WP_Query class. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |