apply_filters( 'sensei_comments_per_page', $per_page, $type ) → {int}
Filter the number of items per page for the comments list table.
Parameters:
Name | Type | Description |
---|---|---|
$per_page |
int | The number of items to be displayed. |
$type |
string | The type of items to be displayed. |
Returns:
The filtered number of items to be displayed.
- Type
- int