WPDK
1.5.0
WordPress Development Kit
|
Static Public Member Functions | |
static | getInstance () |
Data Fields | |
$plugins | |
All plugins list. More... | |
$wpxPlugins | |
wpXtreme Plugins list More... | |
Manage list and group of WPDKPlugin objects.
Definition at line 842 of file wpdk-wordpress-plugin.php.
|
static |
Return a singleton instance of WPDKPlugins class
Definition at line 935 of file wpdk-wordpress-plugin.php.
array $plugins |
All plugins list.
List of the installed plugins. No wpXtreme plugin. This is a key pairs value array with value as WPDKPlugin object
Definition at line 852 of file wpdk-wordpress-plugin.php.
array $wpxPlugins |
wpXtreme Plugins list
List of the wpXtreme plugins. This is a key pairs value array with value as WPDKPlugin object.
Definition at line 861 of file wpdk-wordpress-plugin.php.