apply_filters( 'llms_media_protection_attachment_field', array $field , WP_Post $post , LLMS_Media_Protector $protector )
Filter the LifterLMS media protection attachment field.
Parameters Parameters
- $field
-
(array) Attachment field definition.
- $post
-
(WP_Post) Attachment post object.
- $protector
-
(LLMS_Media_Protector) Media protector instance.
Source Source
File: includes/admin/class-llms-admin-media-protection-attachment-settings.php
Changelog Changelog
| Version | Description |
|---|---|
| 10.0.0 | Introduced. |