MP_Addon_Push_Enqueue::enqueue_scripts()
Enqueue scripts.
Source Source
File: calculator-push-notification-add-on/inc/MP_Addon_Push_Enqueue.php
public function enqueue_scripts() {
if ( isset($this->push_settings['allow_browser_notification']) && $this->push_settings['allow_browser_notification'] ) {
$this->webpush_initial();
}
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |