apply_filters( "llms_scrub_{$this->model_post_type}_field_{$key}", mixed $scrubbed, LLMS_Post_Model $llms_post, string $key, mixed $val )

Filters the scrubbed property.


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.


Top ↑

Parameters Parameters

$scrubbed

(mixed) The scrubbed property value.

$llms_post

(LLMS_Post_Model) The LLMS_Post_Model instance.

$key

(string) The property name.

$val

(mixed) The original property value.


Top ↑

Source Source

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

View on GitHub


Top ↑

User Contributed Notes User Contributed Notes

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