Noptin_Abstract_Trigger::has_rules()
Checks if there are rules for this trigger.
Return Return
(array)
Source Source
File: includes/automation-rules/triggers/class-noptin-abstract-trigger.php
public function has_rules() { $rules = $this->get_rules; return ! empty( $rules ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.8 | Introduced. |