Description
Returns the plugin namesReturns a cached array of $plugins. We expect there to be at least one.
Usage
$array = _bw_get_plugins();Parameters
Returns
array $pluginsSource
File name: oik/libs/oik_plugins.phpLines:
1 to 11 of 11
function _bw_get_plugins() { static $plugins = null; if ( !$plugins ) { $plugin_slugs = bw_get_plugin_slugs(); //oik_require( "admin/oik-depends.inc" ); oik_require_lib( "oik-depends" ); $plugins = bw_get_all_plugin_names( $plugin_slugs); } bw_trace2( $plugins, "plugins", false, BW_TRACE_VERBOSE ); return( $plugins ); }View on GitHub View on Trac
Invoked by
Calls
1 to 3 of 3
