Noptin_Subscriber::to_array()
Return an array representation of the subscriber.
Return Return
(array) Array representation.
Source Source
File: includes/class-noptin-subscriber.php
public function to_array() { return get_object_vars( $this->data ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.7 | Introduced. |