Noptin_Automation_Rules::get_table()
Returns the rule’s database table.
Return Return
(string)
Source Source
File: includes/automation-rules/class-noptin-automation-rules.php
public function get_table() { global $wpdb; return $wpdb->prefix . 'noptin_automation_rules'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.8 | Introduced. |