apply_filters( "llms_get_{$this->model_post_type}_no_scrub_props", string[] $props, LLMS_Post_Model $this )

Filters the list of properties which should be excluded from scrubbing during a property read.


Description Description

The dynamic portion of this hook, {$this->model_post_type}, refers to the post’s model type, for example "course" for an LLMS_Course, "membership" for an LLMS_Membership, etc…


Top ↑

Parameters Parameters

$props

(string[]) An array of property keys to be excluded from scrubbing.

$this

(LLMS_Post_Model) Instance of the post object.


Top ↑

Source Source

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

View on GitHub


Top ↑

Changelog Changelog

Changelog
Version Description
4.10.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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