Class ProPlugin
This class represents the plugin itself. Broadly, this module handles practically all interaction with the platform (WP), loading assets as needed, and hooking into the platforms interface to provide menus etc.
It also provides a number of helpful utility functions.
-
WPGMZA\Factory
-
WPGMZA\Plugin
-
WPGMZA\ProPlugin
Methods summary
public
|
#
__construct( )
Constructor. Called when plugins_loaded fires.
Constructor. Called when plugins_loaded fires.
Overrides
|
public
|
|
public static
|
|
public
boolean
|
#
isProVersion( )
Check whether we are running the Pro add-on.
Check whether we are running the Pro add-on.
Returns
boolean True if the Pro add-on is installed and activated.
Overrides
|
public
|
|