wppaste
WordPress

Custom_Background::admin_page()

Since
3.0.0
Source
wp-admin/includes/class-custom-background.php:240
Displays the custom background page.

Compatibility

WordPress
since 3.0.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.

Performance profile

How much work a call to Custom_Background::admin_page() 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
Moderate

Touches nothing outside its own arguments.

Scaling
Scales with input

The body loops, so the work grows with how much data it finds.

Instructions
100–494

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

Plugin surface
None

Nothing here hands control to plugin code.

Called by
0

Nothing in core calls this; the cost is only what you spend yourself.

What it touches

  • hookthird-party callbacksdo_action()one call below Custom_Background::admin_page()

Further down the call graph this can also reach option, query, 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 · 190 distinct outcomes

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

WhenInstructionsCalls it makes
!current_user_can() && empty($value) && !get_background_image() && !current_theme_supports()100–105_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image === false && !current_theme_supports()104–109_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && !current_theme_supports()106–111_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && current_theme_supports()110–115_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image === false && !current_theme_supports()110–115_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image === false && current_theme_supports()114–119_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && current_theme_supports()116–121_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image === false && current_theme_supports()120–125_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !current_theme_supports()124–129_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image !== false && !current_theme_supports()128–133_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && !current_theme_supports()128–133_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !current_theme_supports()130–135_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
178 further outcomes, up to 494 instructions
!current_user_can() && empty($value) && current_theme_supports()134–139_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image !== false && !current_theme_supports()134–139_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && !current_theme_supports()134–139_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image !== false && current_theme_supports()138–143_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && current_theme_supports()138–143_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && current_theme_supports()140–145_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && !current_theme_supports()141–146_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image !== false && current_theme_supports()144–149_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && current_theme_supports()144–149_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image === false && !current_theme_supports()145–150_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && !current_theme_supports()147–152_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && current_theme_supports()151–156_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image === false && !current_theme_supports()151–156_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && !current_theme_supports()152–157_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image === false && current_theme_supports()155–160_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && current_theme_supports()157–162_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && !current_theme_supports()158–163_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image === false && current_theme_supports()161–166_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && current_theme_supports()162–167_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !current_theme_supports()165–170_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && current_theme_supports()168–173_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image !== false && !current_theme_supports()169–174_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && !current_theme_supports()169–174_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !current_theme_supports()171–176_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && current_theme_supports()175–180_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image !== false && !current_theme_supports()175–180_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && !current_theme_supports()175–180_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image !== false && current_theme_supports()179–184_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && current_theme_supports()179–184_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && !current_theme_supports()180–185_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && current_theme_supports()181–186_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image === false && !current_theme_supports()184–189_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image !== false && current_theme_supports()185–190_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && current_theme_supports()185–190_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && !current_theme_supports()186_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && current_theme_supports()190–195_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image === false && !current_theme_supports()190_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && !current_theme_supports()193–198_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image === false && current_theme_supports()194–199_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && current_theme_supports()196_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && !current_theme_supports()199–204_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image === false && current_theme_supports()200_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && current_theme_supports()203–208_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !current_theme_supports()204–209_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image !== false && !current_theme_supports()208–213_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && !current_theme_supports()208–213_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && current_theme_supports()209–214_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !current_theme_supports()210_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && current_theme_supports()214–219_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image !== false && !current_theme_supports()214_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && !current_theme_supports()214_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image !== false && current_theme_supports()218–223_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && current_theme_supports()218–223_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && current_theme_supports()220_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && !current_theme_supports()221–226_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !get_background_image() && $default_image !== false && current_theme_supports()224_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && current_theme_supports()224_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image === false && !current_theme_supports()225–230_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && !current_theme_supports()227_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && current_theme_supports()231–236_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image === false && !current_theme_supports()231_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && !current_theme_supports()232–237_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image === false && current_theme_supports()235–240_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && current_theme_supports()237_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && !current_theme_supports()238_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image === false && current_theme_supports()241_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && current_theme_supports()242–247_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !current_theme_supports()245–250_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && current_theme_supports()248_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image !== false && !current_theme_supports()249–254_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && !current_theme_supports()249–254_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !current_theme_supports()251_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && current_theme_supports()255–260_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image !== false && !current_theme_supports()255_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && !current_theme_supports()255_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image !== false && current_theme_supports()259–264_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && current_theme_supports()259–264_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && current_theme_supports()261_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !get_background_image() && $default_image !== false && current_theme_supports()265_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && current_theme_supports()265_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && !current_theme_supports()273–278_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && !current_theme_supports()279_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && current_theme_supports()283–288_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && current_theme_supports()289_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !current_theme_supports()305–311_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && !current_theme_supports()309–315_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !current_theme_supports()311–317_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && current_theme_supports()315–321_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && !current_theme_supports()315–321_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && current_theme_supports()319–325_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && current_theme_supports()321–327_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && current_theme_supports()325–331_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && !current_theme_supports()329–335_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && !current_theme_supports()333–339_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image === false && !current_theme_supports()333–339_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && !current_theme_supports()335–341_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && current_theme_supports()339–345_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && !current_theme_supports()339–345_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image === false && !current_theme_supports()339–345_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && current_theme_supports()343–349_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image === false && current_theme_supports()343–349_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && current_theme_supports()345–351_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !current_theme_supports()346–352_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && current_theme_supports()349–355_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image === false && current_theme_supports()349–355_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && !current_theme_supports()350–356_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !current_theme_supports()352–358_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && current_theme_supports()356–362_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && !current_theme_supports()356–362_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image !== false && !current_theme_supports()357–363_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && current_theme_supports()360–366_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && current_theme_supports()362–368_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image !== false && !current_theme_supports()363–369_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && current_theme_supports()366–372_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image !== false && current_theme_supports()367–373_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && !current_theme_supports()370–376_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image !== false && current_theme_supports()373–379_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && !current_theme_supports()374–380_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image === false && !current_theme_supports()374–380_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && !current_theme_supports()376–382_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && current_theme_supports()380–386_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && !current_theme_supports()380–386_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image === false && !current_theme_supports()380–386_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && current_theme_supports()384–390_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image === false && current_theme_supports()384–390_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !current_theme_supports()385–391_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && current_theme_supports()386–392_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && !current_theme_supports()389–395_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && current_theme_supports()390–396_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image === false && current_theme_supports()390–396_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && !current_theme_supports()391–392_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && current_theme_supports()395–401_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && !current_theme_supports()395–396_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image !== false && !current_theme_supports()398–404_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && current_theme_supports()399–405_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && current_theme_supports()401–402_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image !== false && !current_theme_supports()404–410_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image === false && current_theme_supports()405–406_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image !== false && current_theme_supports()408–414_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && !current_theme_supports()409–415_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && !current_theme_supports()413–419_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image === false && !current_theme_supports()413–419_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image !== false && current_theme_supports()414–420_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && !current_theme_supports()415–416_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && current_theme_supports()419–425_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && !current_theme_supports()419–420_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image === false && !current_theme_supports()419–420_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && current_theme_supports()423–429_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image === false && current_theme_supports()423–429_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && current_theme_supports()425–426_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !current_theme_supports()426–432_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && $default_image !== false && current_theme_supports()429–430_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image === false && current_theme_supports()429–430_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && !current_theme_supports()430–436_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && !current_theme_supports()432–433_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && current_theme_supports()436–442_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && !current_theme_supports()436–437_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image !== false && !current_theme_supports()437–443_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && current_theme_supports()440–446_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && current_theme_supports()442–443_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image !== false && !current_theme_supports()443–444_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image === false && current_theme_supports()446–447_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image !== false && current_theme_supports()447–453_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && !current_theme_supports()450–456_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
!current_user_can() && empty($value) && get_background_image() && $default_image !== false && current_theme_supports()453–454_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && !current_theme_supports()454–460_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image === false && !current_theme_supports()454–460_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && !current_theme_supports()456–457_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && current_theme_supports()460–466_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && !current_theme_supports()460–461_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image === false && !current_theme_supports()460–461_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && current_theme_supports()464–470_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image === false && current_theme_supports()464–470_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && current_theme_supports()466–467_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && $default_image !== false && current_theme_supports()470–471_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image === false && current_theme_supports()470–471_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), maybe_hash_hex_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image !== false && !current_theme_supports()478–484_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()
empty($value) && get_background_image() && $default_image !== false && current_theme_supports()488–494_e(), current_user_can(), _e(), esc_html_x(), get_background_color(), get_background_image(), get_theme_mod(), set_url_scheme(), esc_url(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), get_theme_support(), get_background_image(), _e(), wp_nonce_field(), __(), submit_button(), _e(), current_user_can(), _e(), _e(), wp_nonce_field(), _x(), submit_button(), _e(), esc_attr_e(), esc_attr_e(), _e(), _e(), get_background_image(), __(), get_theme_support(), get_theme_mod(), get_theme_support(), get_theme_mod(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), get_theme_support(), get_theme_mod(), selected(), _ex(), get_theme_support(), get_theme_mod(), selected(), _e(), get_theme_support(), get_theme_mod(), selected(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), _x(), get_theme_support(), get_theme_mod(), checked(), _e(), __(), current_theme_supports(), get_theme_support(), esc_attr(), get_background_color(), esc_attr(), wp_nonce_field(), submit_button()

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

Across PHP versions

PHPCompiledExecutedBranchesNotes
8.6-dev566100–49416
8.5566100–49416
8.4566100–494166 fewer instructions than PHP 8.3
8.3572100–50016
8.2572100–50016
8.1572100–50016
7.4572100–50016

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.

Uses · 23

Show all 23
  • get_theme_mod()Retrieves theme modification value for the active theme.
  • get_theme_support()Gets the theme support arguments passed when registering that support.
  • wp_nonce_field()Retrieves or display nonce hidden field for forms.
  • submit_button()Echoes a submit button, with provided text and appropriate class(es).
  • _x()Retrieves translated string with gettext context.
  • esc_attr_e()Displays translated text that has been escaped for safe use in an attribute.
  • esc_attr()Escaping for HTML attributes.
  • checked()Outputs the HTML checked attribute.
  • selected()Outputs the HTML selected attribute.
  • _ex()Displays translated string with gettext context.
  • current_theme_supports()Checks a theme's support for a given feature.

Source code

	public function admin_page() {		?><div class="wrap" id="custom-background"><h1><?php _e( 'Custom Background' ); ?></h1> 		<?php		if ( current_user_can( 'customize' ) ) {			$message = sprintf(				/* translators: %s: URL to background image configuration in Customizer. */				__( 'You can now manage and live-preview Custom Backgrounds in the <a href="%s">Customizer</a>.' ),				admin_url( 'customize.php?autofocus[control]=background_image' )			);			wp_admin_notice(				$message,				array(					'type'               => 'info',					'additional_classes' => array( 'hide-if-no-customize' ),				)			);		} 		if ( ! empty( $this->updated ) ) {			$updated_message = sprintf(				/* translators: %s: Home URL. */				__( 'Background updated. <a href="%s">Visit your site</a> to see how it looks.' ),				esc_url( home_url( '/' ) )			);			wp_admin_notice(				$updated_message,				array(					'id'                 => 'message',					'additional_classes' => array( 'updated' ),				)			);		}		?> <h2><?php _e( 'Background Image' ); ?></h2> <table class="form-table" role="presentation"><tbody><tr><th scope="row"><?php echo esc_html_x( 'Preview', 'noun' ); ?></th><td>		<?php		if ( $this->admin_image_div_callback ) {			call_user_func( $this->admin_image_div_callback );		} else {			$background_styles = '';			$bgcolor           = get_background_color();			if ( $bgcolor ) {				$background_styles .= 'background-color: ' . maybe_hash_hex_color( $bgcolor ) . ';';			} 			$background_image_thumb = get_background_image();			if ( $background_image_thumb ) {				$background_image_thumb = esc_url( set_url_scheme( get_theme_mod( 'background_image_thumb', str_replace( '%', '%%', $background_image_thumb ) ) ) );				$background_position_x  = get_theme_mod( 'background_position_x', get_theme_support( 'custom-background', 'default-position-x' ) );				$background_position_y  = get_theme_mod( 'background_position_y', get_theme_support( 'custom-background', 'default-position-y' ) );				$background_size        = get_theme_mod( 'background_size', get_theme_support( 'custom-background', 'default-size' ) );				$background_repeat      = get_theme_mod( 'background_repeat', get_theme_support( 'custom-background', 'default-repeat' ) );				$background_attachment  = get_theme_mod( 'background_attachment', get_theme_support( 'custom-background', 'default-attachment' ) ); 				// Background-image URL must be single quote, see below.				$background_styles .= " background-image: url('$background_image_thumb');"				. " background-size: $background_size;"				. " background-position: $background_position_x $background_position_y;"				. " background-repeat: $background_repeat;"				. " background-attachment: $background_attachment;";			}			?>	<div id="custom-background-image" style="<?php echo $background_styles; ?>"><?php // Must be double quote, see above. ?>			<?php if ( $background_image_thumb ) { ?>		<img class="custom-background-image" src="<?php echo $background_image_thumb; ?>" style="visibility:hidden;" alt="" /><br />		<img class="custom-background-image" src="<?php echo $background_image_thumb; ?>" style="visibility:hidden;" alt="" />		<?php } ?>	</div>	<?php } ?></td></tr>

Changelog

Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.

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

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

About this page

Parsed data
Generated from the wordpress-develop 7.0.4 tag, from src/wp-admin/includes/class-custom-background.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.