is_theme_paused
is_theme_paused ( $theme )
Parameters:- (string) theme Path to the theme directory relative to the themes directory.
Returns:- (bool) True, if in the list of paused themes. False, not in the list.
Defined at: - Introduced in WordPress: 5.2.0
- Deprecated in WordPress: —
Description
Determines whether a theme 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.