ActionScheduler_ListTable::get_search_box_button_textprotectedWC 1.0

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

Метод класса: ActionScheduler_ListTable{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_search_box_button_text();

Код ActionScheduler_ListTable::get_search_box_button_text() WC 9.9.5

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