Automator_Notifications::get_count()
Get notification count.
Return Return
(int)
Source Source
File: src/core/admin/notifications/notifications.php
public function get_count() { return count( $this->get_active_notifications() ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
{VERSION} | Introduced. |