get_search_query

过滤钩子


apply_filters( 'get_search_query', get_query_var( 's' )
参数
  • (mixed)
    $search
    Contents of the search query variable.
    Required:
定义位置
  • wp-includes/general-template.php
    , line 4305
引入
2.3.0
弃用

过滤搜索查询变量的内容。

$query = apply_filters( 'get_search_query', get_query_var( 's' ) );