apply_filters( "llms_get_{$this->model_post_type}_status_name", string $label )
Filters the registered label of the post’s current status.
Description Description
The dynamic portion of this hook, $this->model_post_type
, refers to the model’s post type. For example "course", "lesson", "membership", etc…
Parameters Parameters
- $label
-
(string) The registered label of the post's current status.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |