Awesome_Support::remote_notifications PHP Method

remote_notifications() public method

Use the Remote Dashboard Notifications plugin to check for possible notifications from http://getawesomesupport.com
public remote_notifications ( ) : void
return void
        public function remote_notifications()
        {
            if (is_admin() && function_exists('rdnc_add_notification') && (!defined('WPAS_REMOTE_NOTIFICATIONS_OFF') || true !== WPAS_REMOTE_NOTIFICATIONS_OFF)) {
                rdnc_add_notification(89, '01710ef695c7a7fa', 'https://getawesomesupport.com');
            }
        }