File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ private function create_log(string $message)
122
122
/**
123
123
* Gets the current account
124
124
*
125
+ * @see https://developers.convertkit.com/#account
126
+ *
125
127
* @return false|mixed
126
128
*/
127
129
public function get_account ()
@@ -139,6 +141,8 @@ public function get_account()
139
141
*
140
142
* @since 1.0.0
141
143
*
144
+ * @see https://developers.convertkit.com/#forms
145
+ *
142
146
* @return false|mixed
143
147
*/
144
148
public function get_forms ()
@@ -151,6 +155,8 @@ public function get_forms()
151
155
*
152
156
* @since 1.0.0
153
157
*
158
+ * @see https://developers.convertkit.com/#forms
159
+ *
154
160
* @return false|mixed
155
161
*/
156
162
public function get_landing_pages ()
@@ -168,6 +174,8 @@ public function get_landing_pages()
168
174
*
169
175
* @throws \InvalidArgumentException If the provided arguments are not of the expected type.
170
176
*
177
+ * @see https://developers.convertkit.com/#add-subscriber-to-a-form
178
+ *
171
179
* @return false|object
172
180
*/
173
181
public function form_subscribe (int $ form_id , array $ options )
@@ -654,6 +662,8 @@ public function get_resources(string $resource)
654
662
*
655
663
* @throws \InvalidArgumentException If the email address is not a valid email format.
656
664
*
665
+ * @see https://developers.convertkit.com/#list-subscribers
666
+ *
657
667
* @return false|integer
658
668
*/
659
669
public function get_subscriber_id (string $ email_address )
You can’t perform that action at this time.
0 commit comments