is_plugin_paused
is_plugin_paused ( $plugin )
Parameters:- (string) plugin Path to the plugin file relative to the plugins directory.
Returns:- (bool) True, if in the list of paused plugins. False, if not in the list.
Defined at: - Introduced in WordPress: 5.2.0
- Deprecated in WordPress: —
Description
Determines whether a plugin is technically active but was paused while
loading.For more information on this and similar theme functions, check out
the {@link Conditional Tags} article in the Theme Developer Handbook.