We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d79c5 commit 5d909a2Copy full SHA for 5d909a2
notification/method/webpush.php
@@ -96,6 +96,9 @@ public function is_available(type_interface $notification_type = null): bool
96
&& !empty($this->config['wpn_webpush_vapid_public']) && !empty($this->config['wpn_webpush_vapid_private']);
97
}
98
99
+ /**
100
+ * {@inheritDoc}
101
+ */
102
public function is_enabled_by_default()
103
{
104
return $this->config['wpn_webpush_method_enabled'];
0 commit comments