wppaste
WordPress

get_body_class( string|string[] $css_class = '' ): string[]

Since
2.8.0
Source
wp-includes/post-template.php:636
Retrieves an array of the class names for the body element.

Compatibility

WordPress
since 2.8.0
PHP
7.4–8.6-dev
  • 6.7.7
  • 6.8.8
  • 6.9.7
  • 7.0.4
  • 7.1.0

Present in every tracked release (6.7.7 to 7.1.0), and compiles on PHP 7.4 through 8.6-dev.

Parameters

$css_classstring|string[]optional
Space-separated string or array of class names to add to the class list. Default empty.Default: ''

Return value

string[]
Array of class names.

Performance profile

How much work a call to get_body_class() does, and what it touches: the algorithmic scaling, the Zend instruction count per call across PHP versions, the hooks it hands control to, and the core code that calls it. Measured from the compiled opcodes, not a stopwatch, so every number is identical on any machine running the same PHP version, and every function in core is ranked by cost.

Cost class
Heavy

Reaches the database via get_pages().

Scaling
Constant

No loop in the body: the same number of instructions runs whatever you pass in.

Instructions
93–154

Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 521.

Plugin surface
1 hook

Third-party callbacks on 'body_class' run inside this call, and their cost is not bounded by anything here.

Called by
1

1 place in core call this, so the cost is paid more often than your own code shows.

What it touches

  • querycontent queryget_pages()called directly
  • hookthird-party callbacksapply_filters()called directly
  • regexregular expression over the whole inputpreg_split()called directly
  • optionoption read or writeget_option()one call below get_body_class()

Further down the call graph this can also reach cache, serialize and transient. Those are the worst case, several calls deep and usually down an error path, not what a normal call pays.

What one call costs · 120 distinct outcomes

One number would be a lie: the work depends on which branch runs. These are every distinct cost get_body_class() can have, taken from its control-flow graph on PHP 8.5.

WhenInstructionsCalls it makes
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !$page && !is_child_theme() && empty($css_class)93–97is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !is_child_theme() && empty($css_class)95–101is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_child_theme() && empty($css_class)98–100is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !$page && !is_child_theme() && !empty($css_class) && is_array($css_class)100–104is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_child_theme() && empty($css_class)100–104is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !$page && is_child_theme() && empty($css_class)101–105is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !is_child_theme() && !empty($css_class) && is_array($css_class)102–108is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && is_child_theme() && empty($css_class)103–109is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !$page && !is_child_theme() && !empty($css_class) && !is_array($css_class)105–109is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_child_theme() && !empty($css_class) && is_array($css_class)105–107is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && is_child_theme() && empty($css_class)106–108is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !is_child_theme() && !empty($css_class) && !is_array($css_class)107–113is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
108 further outcomes, up to 152 instructions
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_child_theme() && !empty($css_class) && is_array($css_class)107–111is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && is_single() && !is_child_theme() && empty($css_class)108–110is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !$page && is_child_theme() && !empty($css_class) && is_array($css_class)108–112is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && is_child_theme() && empty($css_class)108–112is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && is_single() && !is_child_theme() && empty($css_class)110–114is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_child_theme() && !empty($css_class) && !is_array($css_class)110–112is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && is_child_theme() && !empty($css_class) && is_array($css_class)110–116is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && is_page() && !is_child_theme() && empty($css_class)111–113is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_child_theme() && !empty($css_class) && !is_array($css_class)112–116is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && is_page() && !is_child_theme() && empty($css_class)113–117is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !$page && is_child_theme() && !empty($css_class) && !is_array($css_class)113–117is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && is_child_theme() && !empty($css_class) && is_array($css_class)113–115is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && is_category() && !is_child_theme() && empty($css_class)114–116is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && is_single() && !is_child_theme() && !empty($css_class) && is_array($css_class)115–117is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && is_child_theme() && !empty($css_class) && !is_array($css_class)115–121is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && is_child_theme() && !empty($css_class) && is_array($css_class)115–119is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && is_single() && is_child_theme() && empty($css_class)116–118is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && is_category() && !is_child_theme() && empty($css_class)116–120is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && is_single() && !is_child_theme() && !empty($css_class) && is_array($css_class)117–121is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && is_tag() && !is_child_theme() && empty($css_class)117–119is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && is_page() && !is_child_theme() && !empty($css_class) && is_array($css_class)118–120is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && $page && is_single() && is_child_theme() && empty($css_class)118–122is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && is_child_theme() && !empty($css_class) && !is_array($css_class)118–120is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && is_page() && is_child_theme() && empty($css_class)119–121is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && is_tag() && !is_child_theme() && empty($css_class)119–123is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && is_single() && !is_child_theme() && !empty($css_class) && !is_array($css_class)120–122is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && is_page() && !is_child_theme() && !empty($css_class) && is_array($css_class)120–124is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && is_child_theme() && !empty($css_class) && !is_array($css_class)120–124is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_child_theme() && empty($css_class)120–122is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && is_category() && !is_child_theme() && !empty($css_class) && is_array($css_class)121–123is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && is_page() && is_child_theme() && empty($css_class)121–125is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && $page && is_single() && !is_child_theme() && !empty($css_class) && !is_array($css_class)122–126is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && is_category() && is_child_theme() && empty($css_class)122–124is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_child_theme() && empty($css_class)122–126is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && is_page() && !is_child_theme() && !empty($css_class) && !is_array($css_class)123–125is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && is_single() && is_child_theme() && !empty($css_class) && is_array($css_class)123–125is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && is_category() && !is_child_theme() && !empty($css_class) && is_array($css_class)123–127is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && !is_child_theme() && empty($css_class)123–125is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && is_tag() && !is_child_theme() && !empty($css_class) && is_array($css_class)124–126is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && is_category() && is_child_theme() && empty($css_class)124–128is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && is_page() && !is_child_theme() && !empty($css_class) && !is_array($css_class)125–129is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && $page && is_single() && is_child_theme() && !empty($css_class) && is_array($css_class)125–129is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && is_tag() && is_child_theme() && empty($css_class)125–127is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && !is_child_theme() && empty($css_class)125–129is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && empty($css_class)125–130is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && is_category() && !is_child_theme() && !empty($css_class) && !is_array($css_class)126–128is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && is_page() && is_child_theme() && !empty($css_class) && is_array($css_class)126–128is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && is_tag() && !is_child_theme() && !empty($css_class) && is_array($css_class)126–130is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && empty($css_class)126–128is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_child_theme() && !empty($css_class) && is_array($css_class)127–129is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && is_tag() && is_child_theme() && empty($css_class)127–131is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && empty($css_class)127–134is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && is_single() && is_child_theme() && !empty($css_class) && !is_array($css_class)128–130is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && is_category() && !is_child_theme() && !empty($css_class) && !is_array($css_class)128–132is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && is_page() && is_child_theme() && !empty($css_class) && is_array($css_class)128–132is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && is_child_theme() && empty($css_class)128–130is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && empty($css_class)128–132is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && is_tag() && !is_child_theme() && !empty($css_class) && !is_array($css_class)129–131is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && is_category() && is_child_theme() && !empty($css_class) && is_array($css_class)129–131is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_child_theme() && !empty($css_class) && is_array($css_class)129–133is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && $page && is_single() && is_child_theme() && !empty($css_class) && !is_array($css_class)130–134is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && !is_child_theme() && !empty($css_class) && is_array($css_class)130–132is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && is_child_theme() && empty($css_class)130–134is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && is_page() && is_child_theme() && !empty($css_class) && !is_array($css_class)131–133is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && is_tag() && !is_child_theme() && !empty($css_class) && !is_array($css_class)131–135is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && is_category() && is_child_theme() && !empty($css_class) && is_array($css_class)131–135is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && is_child_theme() && empty($css_class)131–133is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_child_theme() && !empty($css_class) && !is_array($css_class)132–134is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && is_tag() && is_child_theme() && !empty($css_class) && is_array($css_class)132–134is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && !is_child_theme() && !empty($css_class) && is_array($css_class)132–136is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && !empty($css_class) && is_array($css_class)132–137is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && is_page() && is_child_theme() && !empty($css_class) && !is_array($css_class)133–137is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && !empty($css_class) && is_array($css_class)133–135is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && is_child_theme() && empty($css_class)133–137is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && empty($css_class)133–138is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && is_category() && is_child_theme() && !empty($css_class) && !is_array($css_class)134–136is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_child_theme() && !empty($css_class) && !is_array($css_class)134–138is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && is_tag() && is_child_theme() && !empty($css_class) && is_array($css_class)134–138is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && empty($css_class)134–136is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && !empty($css_class) && is_array($css_class)134–141is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && !is_child_theme() && !empty($css_class) && !is_array($css_class)135–137is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && is_child_theme() && !empty($css_class) && is_array($css_class)135–137is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && !empty($css_class) && is_array($css_class)135–139is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && empty($css_class)135–142is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && is_category() && is_child_theme() && !empty($css_class) && !is_array($css_class)136–140is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && empty($css_class)136–140is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && is_tag() && is_child_theme() && !empty($css_class) && !is_array($css_class)137–139is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && !is_child_theme() && !empty($css_class) && !is_array($css_class)137–141is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && is_child_theme() && !empty($css_class) && is_array($css_class)137–141is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && !empty($css_class) && !is_array($css_class)137–142is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && !empty($css_class) && !is_array($css_class)138–140is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && is_child_theme() && !empty($css_class) && is_array($css_class)138–140is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && is_tag() && is_child_theme() && !empty($css_class) && !is_array($css_class)139–143is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && !empty($css_class) && !is_array($css_class)139–146is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && is_child_theme() && !empty($css_class) && !is_array($css_class)140–142is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && !is_child_theme() && !empty($css_class) && !is_array($css_class)140–144is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && is_child_theme() && !empty($css_class) && is_array($css_class)140–144is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && !empty($css_class) && is_array($css_class)140–145is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && !empty($css_class) && is_array($css_class)141–143is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && is_child_theme() && !empty($css_class) && !is_array($css_class)142–146is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && !empty($css_class) && is_array($css_class)142–149is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && is_child_theme() && !empty($css_class) && !is_array($css_class)143–145is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && !empty($css_class) && is_array($css_class)143–147is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && is_author() && is_child_theme() && !empty($css_class) && !is_array($css_class)145–149is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && !empty($css_class) && !is_array($css_class)145–150is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && !has_custom_logo() && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && !empty($css_class) && !is_array($css_class)146–148is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_search() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && !empty($css_class) && !is_array($css_class)147–154is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), is_post_type_archive(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()
!is_rtl() && !is_front_page() && !is_home() && !is_privacy_policy() && !is_archive() && !is_date() && !is_paged() && !is_attachment() && !is_404() && !is_singular() && !is_user_logged_in() && !is_admin_bar_showing() && !current_theme_supports() && $page && !is_single() && !is_page() && !is_category() && !is_tag() && !is_author() && is_child_theme() && !empty($css_class) && !is_array($css_class)148–152is_rtl(), is_front_page(), is_home(), is_privacy_policy(), is_archive(), is_date(), is_search(), is_paged(), is_attachment(), is_404(), is_singular(), is_archive(), is_user_logged_in(), is_admin_bar_showing(), current_theme_supports(), has_custom_logo(), current_theme_supports(), ->get(), ->get(), is_404(), is_single(), is_page(), is_category(), is_tag(), is_date(), is_author(), is_search(), get_template(), sanitize_html_class(), is_child_theme(), get_stylesheet(), sanitize_html_class(), preg_split(), array_merge(), array_map(), apply_filters(), array_unique()

This body has more branch combinations than are worth enumerating, so the table covers the outcomes found first rather than every one that exists.

Across PHP versions

PHPCompiledExecutedBranchesNotes
8.6-dev52193–15464
8.552193–15464
8.452193–1546424 fewer instructions than PHP 8.3
8.354593–15464
8.254593–15464
8.154593–15464
7.454593–15464

An instruction is not a fixed amount of time, so a matching count is not necessarily the same speed; what it rules out is a difference in the work itself.

Hooks and filters fired · 1

One hook fires while get_body_class() runs, in this order:

  1. apply_filters( body_class )filterline 866 (+230 into the body)

    Filters the list of CSS body class names for the current post or page.

Uses · 38

  • is_rtl()Determines whether the current locale is right-to-left (RTL).
  • is_front_page()Determines whether the query is for the front page of the site.
  • is_home()Determines whether the query is for the blog homepage.
  • is_privacy_policy()Determines whether the query is for the Privacy Policy page.
  • is_archive()Determines whether the query is for an existing archive page.
  • is_date()Determines whether the query is for an existing date archive.
  • is_search()Determines whether the query is for a search.
  • is_paged()Determines whether the query is for a paged result and not for the first page.
  • is_attachment()Determines whether the query is for an existing attachment page.
  • is_404()Determines whether the query has resulted in a 404 (returns no results).
  • is_singular()Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types).
  • is_page_template()Determines whether the current post uses a page template.
Show all 38

Used by · 1

Source code

function get_body_class( $css_class = '' ) {	global $wp_query; 	$classes = array(); 	if ( is_rtl() ) {		$classes[] = 'rtl';	} 	if ( is_front_page() ) {		$classes[] = 'home';	}	if ( is_home() ) {		$classes[] = 'blog';	}	if ( is_privacy_policy() ) {		$classes[] = 'privacy-policy';	}	if ( is_archive() ) {		$classes[] = 'archive';	}	if ( is_date() ) {		$classes[] = 'date';	}	if ( is_search() ) {		$classes[] = 'search';		$classes[] = $wp_query->posts ? 'search-results' : 'search-no-results';	}	if ( is_paged() ) {		$classes[] = 'paged';	}	if ( is_attachment() ) {		$classes[] = 'attachment';	}	if ( is_404() ) {		$classes[] = 'error404';	} 	if ( is_singular() ) {		$post      = $wp_query->get_queried_object();		$post_id   = $post->ID;		$post_type = $post->post_type; 		$classes[] = 'wp-singular'; 		if ( is_page_template() ) {			$classes[] = "{$post_type}-template"; 			$template_slug  = get_page_template_slug( $post_id );			$template_parts = explode( '/', $template_slug ); 			foreach ( $template_parts as $part ) {				$classes[] = "{$post_type}-template-" . sanitize_html_class( str_replace( array( '.', '/' ), '-', basename( $part, '.php' ) ) );			}			$classes[] = "{$post_type}-template-" . sanitize_html_class( str_replace( '.', '-', $template_slug ) );		} else {			$classes[] = "{$post_type}-template-default";		} 		if ( is_single() ) {			$classes[] = 'single';			if ( isset( $post->post_type ) ) {				$classes[] = 'single-' . sanitize_html_class( $post->post_type, $post_id );				$classes[] = 'postid-' . $post_id; 				// Post Format.				if ( post_type_supports( $post->post_type, 'post-formats' ) ) {					$post_format = get_post_format( $post->ID ); 					if ( $post_format && ! is_wp_error( $post_format ) ) {						$classes[] = 'single-format-' . sanitize_html_class( $post_format );					} else {						$classes[] = 'single-format-standard';					}				}			}		} 		if ( is_attachment() ) {			$mime_type   = get_post_mime_type( $post_id );

Changelog

Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

About this page

Parsed data
Generated from the wordpress-develop 6.9.7 tag, from src/wp-includes/post-template.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.