Noptin_Automation_Rules_Table::has_items()
Whether the table has items to display or not
Return Return
(bool)
Source Source
File: includes/automation-rules/class-noptin-automation-rules-table.php
public function has_items() { return ! empty( $this->total ); }
Expand full source code Collapse full source code View on GitHub