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.
Description Description
Parameters Parameters
- $load_mentions
-
True to load mentions assets, false otherwise.
- $mentions_enabled
-
True if mentions are enabled.
Source Source
File: bp-activity/bp-activity-functions.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |