get_search_form

最后更新于:2021-11-26 23:16:37

apply_filters( ‘get_search_form’, string $form, array $args )

Filters the HTML output of the search form.

参数

$form

(string)
The search form HTML output.

$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