Changes between Version 2 and Version 3 of Ticket #16541, comment 3
- Timestamp:
- 04/15/2011 04:05:32 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16541, comment 3
v2 v3 1 1 I would like to disable the include of searchform.php (sitewide on a multi-site install with 100+ themes) and pass a custom $form value trough the filter with a plugin. 2 2 3 If this is not possible because of comp itability issues, I wish get_search_form() or locate_template() becomes pluggable...3 If this is not possible because of compatibility issues, I wish get_search_form() or locate_template() becomes pluggable... 4 4 5 5 With the latest patch provided by garyc40, at least I don't have to modify the core however searchform.php is still included and the outbut buffering is probably a waste of resources.