Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-includes/customize
NameTypeSizeActions
📁 .. Folder -
📄 class-wp-customize-background-image-control.php File 1284
Edit Download
📄 class-wp-customize-background-image-setting.php File 639
Edit Download
📄 class-wp-customize-background-position-control.php File 3032
Edit Download
📄 class-wp-customize-code-editor-control.php File 2317
Edit Download
📄 class-wp-customize-color-control.php File 3066
Edit Download
📄 class-wp-customize-cropped-image-control.php File 1459
Edit Download
📄 class-wp-customize-custom-css-setting.php File 5288
Edit Download
📄 class-wp-customize-date-time-control.php File 9446
Edit Download
📄 class-wp-customize-filter-setting.php File 588
Edit Download
📄 class-wp-customize-header-image-control.php File 8030
Edit Download
📄 class-wp-customize-header-image-setting.php File 1782
Edit Download
📄 class-wp-customize-image-control.php File 1211
Edit Download
📄 class-wp-customize-media-control.php File 9415
Edit Download
📄 class-wp-customize-nav-menu-auto-add-control.php File 1122
Edit Download
📄 class-wp-customize-nav-menu-control.php File 2128
Edit Download
📄 class-wp-customize-nav-menu-item-control.php File 8157
Edit Download
📄 class-wp-customize-nav-menu-item-setting.php File 27869
Edit Download
📄 class-wp-customize-nav-menu-location-control.php File 2299
Edit Download
📄 class-wp-customize-nav-menu-locations-control.php File 2817
Edit Download
📄 class-wp-customize-nav-menu-name-control.php File 1131
Edit Download
📄 class-wp-customize-nav-menu-section.php File 716
Edit Download
📄 class-wp-customize-nav-menu-setting.php File 18936
Edit Download
📄 class-wp-customize-nav-menus-panel.php File 3309
Edit Download
📄 class-wp-customize-new-menu-control.php File 1710
Edit Download
📄 class-wp-customize-new-menu-section.php File 1693
Edit Download
📄 class-wp-customize-partial.php File 10568
Edit Download
📄 class-wp-customize-selective-refresh.php File 13754
Edit Download
📄 class-wp-customize-sidebar-section.php File 1059
Edit Download
📄 class-wp-customize-site-icon-control.php File 5173
Edit Download
📄 class-wp-customize-theme-control.php File 11889
Edit Download
📄 class-wp-customize-themes-panel.php File 3385
Edit Download
📄 class-wp-customize-themes-section.php File 6955
Edit Download
📄 class-wp-customize-upload-control.php File 1197
Edit Download
📄 class-wp-sidebar-block-editor-control.php File 686
Edit Download
📄 class-wp-widget-area-customize-control.php File 1719
Edit Download
📄 class-wp-widget-form-customize-control.php File 2646
Edit Download
json['theme'] = $this->theme; } /** * Don't render the control content from PHP, as it's rendered via JS on load. * * @since 4.2.0 */ public function render_content() {} /** * Render a JS template for theme display. * * @since 4.2.0 */ public function content_template() { /* translators: %s: Theme name. */ $details_label = sprintf( __( 'Details for theme: %s' ), '{{ data.theme.name }}' ); /* translators: %s: Theme name. */ $customize_label = sprintf( __( 'Customize theme: %s' ), '{{ data.theme.name }}' ); /* translators: %s: Theme name. */ $preview_label = sprintf( __( 'Live preview theme: %s' ), '{{ data.theme.name }}' ); /* translators: %s: Theme name. */ $install_label = sprintf( __( 'Install and preview theme: %s' ), '{{ data.theme.name }}' ); ?> <# if ( data.theme.active ) { #>
<# } else { #>
<# } #> <# if ( data.theme.screenshot && data.theme.screenshot[0] ) { #>
<# } else { #>
<# } #>
<# if ( 'installed' === data.theme.type && data.theme.hasUpdate ) { #> <# if ( data.theme.updateResponse.compatibleWP && data.theme.updateResponse.compatiblePHP ) { #>

' . __( 'Update now' ) . '' ); } ?>

<# } else { #>

<# if ( ! data.theme.updateResponse.compatibleWP && ! data.theme.updateResponse.compatiblePHP ) { #> Please update WordPress, and then learn more about updating PHP.' ), self_admin_url( 'update-core.php' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } elseif ( current_user_can( 'update_core' ) ) { printf( /* translators: %s: URL to WordPress Updates screen. */ ' ' . __( 'Please update WordPress.' ), self_admin_url( 'update-core.php' ) ); } elseif ( current_user_can( 'update_php' ) ) { printf( /* translators: %s: URL to Update PHP page. */ ' ' . __( 'Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } ?> <# } else if ( ! data.theme.updateResponse.compatibleWP ) { #> Please update WordPress.' ), self_admin_url( 'update-core.php' ) ); } ?> <# } else if ( ! data.theme.updateResponse.compatiblePHP ) { #> Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } ?> <# } #>

<# } #> <# } #> <# if ( ! data.theme.compatibleWP || ! data.theme.compatiblePHP ) { #>

<# if ( ! data.theme.compatibleWP && ! data.theme.compatiblePHP ) { #> Please update WordPress, and then learn more about updating PHP.' ), self_admin_url( 'update-core.php' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } elseif ( current_user_can( 'update_core' ) ) { printf( /* translators: %s: URL to WordPress Updates screen. */ ' ' . __( 'Please update WordPress.' ), self_admin_url( 'update-core.php' ) ); } elseif ( current_user_can( 'update_php' ) ) { printf( /* translators: %s: URL to Update PHP page. */ ' ' . __( 'Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } ?> <# } else if ( ! data.theme.compatibleWP ) { #> Please update WordPress.' ), self_admin_url( 'update-core.php' ) ); } ?> <# } else if ( ! data.theme.compatiblePHP ) { #> Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } ?> <# } #>

<# } #> <# if ( data.theme.active ) { #>

{{ data.theme.name }}

'success', 'additional_classes' => array( 'notice-alt' ), ) ); ?> <# } else if ( 'installed' === data.theme.type ) { #> <# if ( data.theme.blockTheme ) { #>

{{ data.theme.name }}

<# if ( data.theme.actions.activate ) { #> <# } #>
<# if ( data.theme.actions.activate ) { #> activate this theme, and use the Site Editor to customize it.' ), '{{{ data.theme.actions.activate }}}' ); ?> <# } #> 'error', 'additional_classes' => array( 'notice-alt' ), ) ); ?> <# } else { #>

{{ data.theme.name }}

<# if ( data.theme.compatibleWP && data.theme.compatiblePHP ) { #> <# } else { #> <# } #>
'success', 'additional_classes' => array( 'notice-alt' ), ) ); ?> <# } #> <# } else { #>

{{ data.theme.name }}

<# if ( data.theme.compatibleWP && data.theme.compatiblePHP ) { #> <# } else { #> <# } #>
<# } #>