apply_filters( 'bp_activity_maybe_load_mentions_scripts', bool $load_mentions , bool $mentions_enabled )
Filters whether or not BuddyPress should load mentions scripts and assets.
Parameters Parameters
- $load_mentions
-
(bool) True to load mentions assets, false otherwise.
- $mentions_enabled
-
(bool) True if mentions are enabled.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |