ActionScheduler_Abstract_ListTable::get_search_box_placeholder()protectedWC 1.0

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

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

Хуков нет.

Возвращает

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

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

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

Код ActionScheduler_Abstract_ListTable::get_search_box_placeholder() WC 8.7.0

protected function get_search_box_placeholder() {
	return esc_html__( 'Search', 'woocommerce' );
}