We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f650ad1 + 16113d5 commit 7dd82eaCopy full SHA for 7dd82ea
README.md
@@ -84,7 +84,7 @@ Apply a tag to a Subscriber.
84
85
```php
86
$tag_id = '99999'; // This tag must be valid for your ConvertKit account.
87
-$api->add_tag(tag_id, [
+$api->add_tag($tag_id, [
88
'email' => '[email protected]'
89
]);
90
```
0 commit comments