LLMS_Notifications_Query::parse_args()
Parse arguments needed for the query
Return Return
(void)
Source Source
File: includes/notifications/class.llms.notifications.query.php
protected function parse_args() { $this->parse_statuses(); $this->parse_types(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |