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.


Top ↑

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.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.post.model.php

View on GitHub


Top ↑

Changelog Changelog

Changelog
Version Description
4.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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