You appear to be a bot. Output may be restricted
Description
Get the text to display in the search box on the list table.
Usage
ActionScheduler_Abstract_ListTable::get_search_box_placeholder();
Parameters
Returns
void
Source
File name: woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php
Lines:
1 to 4 of 4
protected function get_search_box_placeholder() { return esc_html__( 'Search', 'woocommerce' ); }