facetwp_per_page_options
Overview
This filter lets you customize the choices for the Per Page box.
Parameters
- $options | array | An associative array of integers
Usage
add_filter( 'facetwp_per_page_options', function( $options ) { return [ 5, 10, 25, 50, 100, 250 ]; });