apply_filters( 'bp_activity_type_requires_content', bool $value , string $type )
Use this filter to make the content of your activity required.
Parameters Parameters
- $value
-
(bool) True if the content of the activity type is required. False otherwise.
- $type
-
(string) The type of the activity we are about to insert.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |