the home of the wordpress wppizza plugin
WPPizza – A Restaurant Plugin for WordPress › Support › General Support › add search form in order history
how can add search form in order history page in admin. i want to add form to search record by user’s name email etc.
you’d have to use the wppizza_filter_orderhistory_ordersquery filter to change the query as required
wppizza_filter_orderhistory_ordersquery
and you can use wppizza_filter_orderhistory_header filter to add something to the header on that page for example
wppizza_filter_orderhistory_header
PS: that said, this soryt of thing will be part of wppizza v3.x by default