Warning: This function has been deprecated.
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
PopMake()
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.
Example: <?php $popmake = PopMake(); ?>
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
(object) The one true Popup_Maker Instance
Source Source
File: popup-maker.php
function PopMake() { return Popup_Maker::instance(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.7.0 | This function has been deprecated. |
1.0 | Introduced. |