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.


Top ↑

Parameters Parameters

$allow_copying

(boolean) Whether or not copying is allowed. If true, copying is allowed, otherwise copy prevention scripts are loaded.


Top ↑

Source Source

File: includes/class.llms.frontend.assets.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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