ActionScheduler_Abstract_ListTable::get_search_box_placeholder
Get the text to display in the search box on the list table.
Method of the class: ActionScheduler_Abstract_ListTable{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->get_search_box_placeholder();
ActionScheduler_Abstract_ListTable::get_search_box_placeholder() ActionScheduler Abstract ListTable::get search box placeholder code WC 10.8.1
protected function get_search_box_placeholder() {
return esc_html__( 'Search', 'woocommerce' );
}