Always use ‘get_search_form’ to create search forms

WordPress provides a lot of filters (and actions) to allow plugins or themes to modify the WordPress comportment. Among them, ‘get_search_form’ can be used to modify the search form. If a theme author codes a search form which does not pass through this filter, no plugin is aware of this search form and thus no plugin can … Continue reading Always use ‘get_search_form’ to create search forms