get_noptin_subscribers_table_name()
Returns the name of the subscribers’ table
Return Return
(string) The name of our subscribers table
Source Source
File: includes/subscriber.php
function get_noptin_subscribers_table_name() { return $GLOBALS['wpdb']->prefix . 'noptin_subscribers'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.2 | Introduced. |