ActionScheduler_ListTable::get_per_page_option_name()protectedWC 1.0

{@inheritDoc}

Method of the class: ActionScheduler_ListTable{}

No Hooks.

Return

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 8.7.0

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