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.


Top ↑

Source Source

File: bp-core/bp-core-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.