pre_get_search_form, $args
pre_get_search_form, $args
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('pre_get_search_form, $args') is found 1 times:
- /wp-includes/general-template.php line 254
* * @param array $args The array of arguments for building the search form. * See get_search_form() for information on accepted arguments. */ do_action( 'pre_get_search_form', $args ); $echo = true; if ( ! is_array( $args ) ) { /* * Back compat: to ensure previous uses of get_search_form() continue to