ActionScheduler_ListTable::get_search_box_button_text()protectedWC 1.0

Get the text to display in the search box on the list table.

Method of the class: ActionScheduler_ListTable{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->get_search_box_button_text();

ActionScheduler_ListTable::get_search_box_button_text() code WC 8.7.0

protected function get_search_box_button_text() {
	return __( 'Search hook, args and claim ID', 'woocommerce' );
}