apply_filters( 'llms_post_model_to_array_add_extras', boolean $include , LLMS_Post_Model $model )
Filter whether or not “extra” content should be included in the post array
Description Description
__return_true
(with priority 99) is used to force the filter on during exports.
Parameters Parameters
- $include
-
(boolean) Whether or not to include extra data. Default is
false
, except on during exports. - $model
-
(LLMS_Post_Model) Post model instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |