pre_get_search_form

最后更新于:2021-11-27 18:49:41

do_action( ‘pre_get_search_form’, array $args )

Fires before the search form is retrieved, at the start of get_search_form().

参数

$args

(array)
The array of arguments for building the search form. See get_search_form() for information on accepted arguments.

源文件

文件: gc-includes/general-template.php

View on Trac