Noptin_Subscriber_Query::get_total()
Return the total number of subscribers for the current query.
Return Return
(int) Number of total subscribers.
Source Source
File: includes/class-noptin-subscriber-query.php
public function get_total() { return $this->total_subscribers; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.7 | Introduced. |