ActionScheduler_Abstract_ListTable::get_per_page_option_name()
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() ActionScheduler Abstract ListTable::get per page option name code WC 9.3.1
protected function get_per_page_option_name() { return $this->package . '_items_per_page'; }