LLMS_Admin_Media_Protection_Attachment_Settings::__construct()
Contents
Source Source
File: includes/admin/class-llms-admin-media-protection-attachment-settings.php
public function __construct() {
add_filter( 'attachment_fields_to_edit', array( $this, 'attachment_fields_to_edit' ), 10, 2 );
add_filter( 'attachment_fields_to_save', array( $this, 'attachment_fields_to_save' ), 10, 2 );
}
Expand full source code Collapse full source code View on GitHub