Add a comment

This commit is contained in:
Pavel Dohnal
2022-07-05 09:42:54 +02:00
committed by Jan Lysý
parent 73909a4cf0
commit 134bd7c6de

View File

@ -11,6 +11,11 @@ use MailPoet\Subscribers\Source;
use MailPoet\Util\Helpers; use MailPoet\Util\Helpers;
use MailPoet\WP\Functions as WPFunctions; use MailPoet\WP\Functions as WPFunctions;
/**
* API used by other plugins
* Do not add bodies of methods into this class. Use other classes. See CustomFields or Subscribers.
* This class is under refactor, and we are going to move most of the remaining implementations from here.
*/
class API { class API {
/** @var RequiredCustomFieldValidator */ /** @var RequiredCustomFieldValidator */