Noptin_Abstract_Action::get_id()
Retrieve the action’s unique id.
Description Description
Only alphanumerics, dashes and underscrores are allowed. Maximum 255 characters.
Return Return
(string)
Source Source
File: includes/automation-rules/actions/class-noptin-abstract-action.php
public abstract function get_id();
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.8 | Introduced. |