get_noptin_automation_rules_table_name()
Returns the name of the automation rules table
Return Return
(string) The name of our subscribers meta table
Source Source
File: includes/functions.php
function get_noptin_automation_rules_table_name() { return $GLOBALS['wpdb']->prefix . 'noptin_automation_rules'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.3.3 | Introduced. |