apply_filters( "llms_get_{$this->model_post_type}_{$key}_date", string $date , LLMS_Post_Model $llms_post )
Filters the date(s)
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 date property name.
Parameters Parameters
- $date
-
(string) The formatted date.
- $llms_post
-
(LLMS_Post_Model) The LLMS_Post_Model instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |