Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
pum()

The main function responsible for returning the one true Popup_Maker Instance to functions everywhere.


Description Description

Use this function like you would a global variable, except without needing to declare the global.


Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808

Return Return

(Popup_Maker)


Top ↑

Source Source

File: popup-maker.php

function pum() {
	return Popup_Maker::instance();
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.