ActionScheduler_Abstract_ListTable::get_per_page_option_name()protectedWC 1.0

Gets the screen per_page option name.

Method of the class: ActionScheduler_Abstract_ListTable{}

No Hooks.

Return

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_per_page_option_name();

ActionScheduler_Abstract_ListTable::get_per_page_option_name() code WC 8.7.0

protected function get_per_page_option_name() {
	return $this->package . '_items_per_page';
}