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
NF_PUM::instance()
Main Plugin Instance
Description Description
Insures that only one instance of a plugin class exists in memory at any one time. Also prevents needing to define globals all over the place.
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
(NF_PUM) Highlander Instance
Source Source
File: includes/integrations/class-pum-ninja-forms.php
public static function instance() { if ( ! isset( self::$instance ) && ! ( self::$instance instanceof NF_PUM ) ) { spl_autoload_register( array( __CLASS__, 'autoloader' ) ); self::$instance = new NF_PUM(); self::$dir = plugin_dir_path( __FILE__ ); self::$url = plugin_dir_url( __FILE__ ); } return self::$instance; }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |