apply_filters( 'search_form_args', array $args )

Filters the array of arguments used when generating the search form.


Parameters

$args

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


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
5.2.0 Introduced.