add_filter('get_search_form', 'my_search_form'); function my_search_form($html) { $html = … // here you can either customize the WordPress builtin search form or totally overwrite it return $html; } USAGE:
<?php get_search_form(); ?>
from Envato Forums - Latest posts http://ift.tt/29jSJI7
via IFTTT
No comments:
Post a Comment