LLMS_Admin_Media_Protection_Attachment_Settings::__construct()


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 );
	}


Top ↑

User Contributed Notes User Contributed Notes

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