get_body_class( string|string[] $css_class = '' ): string[]
- Since
- 2.8.0
- Source
wp-includes/post-template.php:636
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
- Scaling
- Constant
- Instructions
- 93–154
- Plugin surface
- 1 hook
- Called by
- 1
Reaches the database via get_pages().
No loop in the body: the same number of instructions runs whatever you pass in.
Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 521.
Third-party callbacks on 'body_class' run inside this call, and their cost is not bounded by anything here.
1 place in core call this, so the cost is paid more often than your own code shows.
What it touches
- querycontent query
get_pages()called directly - hookthird-party callbacks
apply_filters()called directly - regexregular expression over the whole input
preg_split()called directly - optionoption read or write
get_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.
| When | Instructions | Calls 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–97 | 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_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–101 | 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_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–100 | 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_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–104 | 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_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–104 | 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_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–105 | 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_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–108 | 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_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–109 | 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_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–109 | 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_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–107 | 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_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–108 | 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_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–113 | 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_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–111 | 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_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–110 | 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_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–112 | 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_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–112 | 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_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–114 | 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_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–112 | 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_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–116 | 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_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–113 | 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_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–116 | 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_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–117 | 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_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–117 | 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_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–115 | 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_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–116 | 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_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–117 | 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_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–121 | 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_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–119 | 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_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–118 | 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_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–120 | 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_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–121 | 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_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–119 | 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_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–120 | 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_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–122 | 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_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–120 | 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_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–121 | 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_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–123 | 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_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–122 | 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_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–124 | 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_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–124 | 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_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–122 | 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_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–123 | 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_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–125 | 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_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–126 | 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_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–124 | 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_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–126 | 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_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–125 | 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_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–125 | 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_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–127 | 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_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–125 | 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_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–126 | 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_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–128 | 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_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–129 | 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_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–129 | 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_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–127 | 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_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–129 | 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_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–130 | 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_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–128 | 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_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–128 | 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_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–130 | 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_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–128 | 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_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–129 | 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_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–131 | 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_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–134 | 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_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–130 | 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_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–132 | 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_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–132 | 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_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–130 | 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_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–132 | 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_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–131 | 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_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–131 | 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_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–133 | 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_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–134 | 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_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–132 | 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_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–134 | 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_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–133 | 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_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–135 | 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_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–135 | 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_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–133 | 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_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–134 | 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_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–134 | 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_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–136 | 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_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–137 | 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_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–137 | 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_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–135 | 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_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–137 | 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_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–138 | 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_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–136 | 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_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–138 | 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_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–138 | 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_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–136 | 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_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–141 | 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_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–137 | 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_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–137 | 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_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–139 | 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_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–142 | 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_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–140 | 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_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–140 | 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_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–139 | 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_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–141 | 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_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–141 | 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_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–142 | 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_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–140 | 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_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–140 | 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_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–143 | 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_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–146 | 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_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–142 | 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_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–144 | 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_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–144 | 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_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–145 | 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_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–143 | 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_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–146 | 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_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–149 | 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_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–145 | 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_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–147 | 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_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–149 | 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_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–150 | 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_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–148 | 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_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–154 | 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_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–152 | 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_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
| PHP | Compiled | Executed | Branches | Notes |
|---|---|---|---|---|
| 8.6-dev | 521 | 93–154 | 64 | |
| 8.5 | 521 | 93–154 | 64 | |
| 8.4 | 521 | 93–154 | 64 | 24 fewer instructions than PHP 8.3 |
| 8.3 | 545 | 93–154 | 64 | |
| 8.2 | 545 | 93–154 | 64 | |
| 8.1 | 545 | 93–154 | 64 | |
| 7.4 | 545 | 93–154 | 64 |
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:
- 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
- get_page_template_slug()Gets the specific template filename for a given post.
- sanitize_html_class()Sanitizes an HTML classname to ensure it only contains valid characters.
- is_single()Determines whether the query is for an existing single post.
- post_type_supports()Checks a post type's support for a given feature.
- get_post_format()Retrieve the format slug for a post
- is_wp_error()Checks whether the given variable is a WordPress Error.
- get_post_mime_type()Retrieves the mime type of an attachment based on the ID.
- is_page()Determines whether the query is for an existing single page.
- get_pages()Retrieves an array of pages (or hierarchical post type items).
- is_post_type_archive()Determines whether the query is for an existing post type archive page.
- get_query_var()Retrieves the value of a query variable in the WP_Query class.
- is_author()Determines whether the query is for an existing author archive page.
- is_category()Determines whether the query is for an existing category archive page.
- is_tag()Determines whether the query is for an existing tag archive page.
- is_tax()Determines whether the query is for an existing custom taxonomy archive page.
- is_user_logged_in()Determines whether the current visitor is a logged in user.
- is_admin_bar_showing()Determines whether the admin bar should be showing.
- current_theme_supports()Checks a theme's support for a given feature.
- get_background_color()Retrieves value for custom background color.
- get_theme_support()Gets the theme support arguments passed when registering that support.
- get_background_image()Retrieves background image for custom background.
- has_custom_logo()Determines whether the site has a custom logo.
- get_template()Retrieves name of the active theme.
- is_child_theme()Whether a child theme is in use.
- get_stylesheet()Retrieves name of the current stylesheet.
- apply_filters()Calls the callback functions that have been added to a filter hook.
Used by · 1
- body_class()Displays the class names for the body element.
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.
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.