Parameters
$which
stringrequired- The location of the pagination nav markup: Either
'top'
or'bottom'
.
Source
protected function pagination( $which ) {
global $mode;
parent::pagination( $which );
if ( 'top' === $which ) {
$this->view_switcher( $mode );
}
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.