ActionScheduler_Abstract_ListTable::get_search_box_placeholder
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() ActionScheduler Abstract ListTable::get search box placeholder WC 10.6.2
protected function get_search_box_placeholder() {
return esc_html__( 'Search', 'woocommerce' );
}