Tribe__Tickets_Plus__Commerce__WooCommerce__Orders__Table::search_box( string $text, string $input_id )
Display the search box.
Contents
We don’t want Core’s search box, because we implemented our own jQuery based filter, so this function overrides the parent’s one and returns empty.
Parameters
- $text
-
(string) (Required) The search button text
- $input_id
-
(string) (Required) The search input id
Source
File: src/Tribe/Commerce/WooCommerce/Orders/Table.php
public function search_box( $text, $input_id ) {
return;
}//end search_box