ActionScheduler_ListTable::set_items_per_page_option()
Handles setting the items_per_page option for this screen.
Метод класса: ActionScheduler_ListTable{}
Хуков нет.
Возвращает
int
.
Использование
$ActionScheduler_ListTable = new ActionScheduler_ListTable(); $ActionScheduler_ListTable->set_items_per_page_option( $status, $option, $value );
- $status(разное) (обязательный)
- Default false (to skip saving the current option).
- $option(строка) (обязательный)
- Screen option name.
- $value(int) (обязательный)
- Screen option value.
Код ActionScheduler_ListTable::set_items_per_page_option() ActionScheduler ListTable::set items per page option WC 9.3.3
public function set_items_per_page_option( $status, $option, $value ) { return $value; }