is_plugin_inactive
is_plugin_inactive ( $plugin )
Parameters:- (string) plugin Path to the plugin file relative to the plugins directory.
See:Returns:- (bool) True if inactive. False if active.
Defined at: - Introduced in WordPress: 3.1.0
- Deprecated in WordPress: —
Description
Determines whether the plugin is inactive.Reverse of is_plugin_active(). Used as a callback.
For more information on this and similar theme functions, check out
the {@link Conditional Tags} article in the Theme Developer Handbook.