Description
get a simple list of plugin names satisfying the option value Note: 'active-plugins' is the only value you can currently use
Usage
bw_plug_list_plugins( $option );Parameters
- $option
- ( mixed ) optional default: active_plugins –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-plug.phpLines:
1 to 6 of 6
function bw_plug_list_plugins( $option='active_plugins' ) { $plugins = get_option( $option ); bw_trace( $plugins, __FUNCTION__, __LINE__, __FILE__, "plugins" ); $names = bw_get_unique_plugin_names( $plugins ); return( $names ); }View on GitHub
Invoked by
Calls
1 to 2 of 2
Call hooks
API Letters:
