MP_Addon_Push_Enqueue::enqueue_scripts()

Enqueue scripts.

Contents


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();
		}
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.