Small comment type change on UsageExamples.md
This commit is contained in:
committed by
Rostislav Wolný
parent
e04ab18b2c
commit
b830bb203b
@@ -12,7 +12,7 @@ if (class_exists(\MailPoet\API\API::class)) {
|
||||
$mailpoet_api = \MailPoet\API\API::MP('v1');
|
||||
// Get available list so that a subscriber can choose in which to subscribe
|
||||
$lists = $mailpoet_api->getLists();
|
||||
// Ger subscriber fields to know what fields can be rendered within a form
|
||||
// Get subscriber fields to know what fields can be rendered within a form
|
||||
$subscriber_form_fields = $mailpoet_api->getSubscriberFields();
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user