is_plugin_active
is_plugin_active ( $plugin )
Parameters:- (string) plugin Path to the plugin file relative to the plugins directory.
Returns:- (bool) True, if in the active plugins list. False, not in the list.
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Determines whether a plugin is active.Only plugins installed in the plugins/ folder can be active.
Plugins in the mu-plugins/ folder can't be "activated," so this function will
return false for those plugins.
For more information on this and similar theme functions, check out
the {@link Conditional Tags} article in the Theme Developer Handbook.