Custom_Background::admin_page()
- Since
- 3.0.0
- Source
wp-admin/includes/class-custom-background.php:240
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
- Scaling
- Scales with input
- Instructions
- 100–494
- Plugin surface
- None
- Called by
- 0
Touches nothing outside its own arguments.
The body loops, so the work grows with how much data it finds.
Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 566.
Nothing here hands control to plugin code.
Nothing in core calls this; the cost is only what you spend yourself.
What it touches
- hookthird-party callbacks
do_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.
| When | Instructions | Calls 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
| PHP | Compiled | Executed | Branches | Notes |
|---|---|---|---|---|
| 8.6-dev | 566 | 100–494 | 16 | |
| 8.5 | 566 | 100–494 | 16 | |
| 8.4 | 566 | 100–494 | 16 | 6 fewer instructions than PHP 8.3 |
| 8.3 | 572 | 100–500 | 16 | |
| 8.2 | 572 | 100–500 | 16 | |
| 8.1 | 572 | 100–500 | 16 | |
| 7.4 | 572 | 100–500 | 16 |
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
- _e()Displays translated text.
- current_user_can()Returns whether the current user has the specified capability.
- __()Retrieves the translation of $text.
- admin_url()Retrieves the URL to the admin area for the current site.
- wp_admin_notice()Outputs an admin notice.
- esc_url()Checks and cleans a URL.
- home_url()Retrieves the URL for the current site where the front end is accessible.
- esc_html_x()Translates string with gettext context, and escapes it for safe use in HTML output.
- get_background_color()Retrieves value for custom background color.
- maybe_hash_hex_color()Ensures that any hex color is properly hashed.
- get_background_image()Retrieves background image for custom background.
- set_url_scheme()Sets the scheme for a URL.
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.
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.