apply_filters( 'bp_get_widget_max_count_limit', int $count , string $widget_class )
Filters the upper limit on the “max” item count, for widgets that support it.
Description Description
Parameters Parameters
- $count
-
Defaults to 50.
- $widget_class
-
Class name of the calling widget.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |