ActionScheduler_ListTable::set_items_per_page_option()publicWC 1.0

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() WC 8.7.0

public function set_items_per_page_option( $status, $option, $value ) {
	return $value;
}