apply_filters( 'llms_skip_content_prevention', boolean $allow_copying )
Filters whether or not content prevention is enabled.
Description Description
This hook runs on the wp action, at this point the current user is available and the global $post has already been set up.
Parameters Parameters
- $allow_copying
-
(boolean) Whether or not copying is allowed. If
true, copying is allowed, otherwise copy prevention scripts are loaded.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |