apply_filters( "llms_set_{$this->model_post_type}_{$key}", mixed $val , LLMS_Post_Model $llms_post )
Filters the property value prior to be set.
Description Description
The first dynamic portion of this hook, $this->model_post_type
, refers to the model’s post type. For example "course", "lesson", "membership", etc… The second dynamic part of this hook, $key
, refers to the property name.
Parameters Parameters
- $val
-
(mixed) The property value.
- $llms_post
-
(LLMS_Post_Model) The LLMS_Post_Model instance.