ActionScheduler_ListTable::get_per_page_option_nameprotectedWC 1.0

{@inheritDoc}

Method of the class: ActionScheduler_ListTable{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ActionScheduler_ListTable::get_per_page_option_name() code WC 9.9.5

protected function get_per_page_option_name() {
	return str_replace( '-', '_', $this->screen->id ) . '_per_page';
}