CMS: Unknown
Server IP: 162.214.74.50
Root:
/home/iideug/public_html/harshils.iideug.com
Directory:
home
/
iideug
/
public_html
/
neev.iideug.com
/
wp-includes
/
customize
File: /home/iideug/public_html/neev.iideug.com/wp-includes/customize/class-wp-customize-themes-panel.php
<?php /** * Customize API: WP_Customize_Themes_Panel class * * @package WordPress * @subpackage Customize * @since 4.9.0 */ /** * Customize Themes Panel Class * * @since 4.9.0 * * @see WP_Customize_Panel */ class WP_Customize_Themes_Panel extends WP_Customize_Panel { /** * Panel type. * * @since 4.9.0 * @var string */ public $type = 'themes'; /** * An Underscore (JS) template for rendering this panel's container. * * The themes panel renders a custom panel heading with the active theme and a switch themes button. * * @see WP_Customize_Panel::print_template() * * @since 4.9.0 */ protected function render_template() { ?> <li id="accordion-section-{{ data.id }}" class="accordion-section control-panel-themes"> <h3 class="accordion-section-title"> <?php if ( $this->manager->is_theme_active() ) { echo '<span class="customize-action">' . __( 'Active theme' ) . '</span> {{ data.title }}'; } else { echo '<span class="customize-action">' . __( 'Previewing theme' ) . '</span> {{ data.title }}'; } ?> <?php if ( current_user_can( 'switch_themes' ) ) : ?> <button type="button" class="button change-theme" aria-label="<?php esc_attr_e( 'Change theme' ); ?>"><?php _ex( 'Change', 'theme' ); ?></button> <?php endif; ?> </h3> <ul class="accordion-sub-container control-panel-content"></ul> </li> <?php } /** * An Underscore (JS) template for this panel's content (but not its container). * * Class variables for this panel class are available in the `data` JS object; * export custom variables by overriding WP_Customize_Panel::json(). * * @since 4.9.0 * * @see WP_Customize_Panel::print_template() */ protected function content_template() { ?> <li class="panel-meta customize-info accordion-section <# if ( ! data.description ) { #> cannot-expand<# } #>"> <button class="customize-panel-back" tabindex="-1" type="button"><span class="screen-reader-text"> <?php /* translators: Hidden accessibility text. */ _e( 'Back' ); ?> </span></button> <div class="accordion-section-title"> <span class="preview-notice"> <?php printf( /* translators: %s: Themes panel title in the Customizer. */ __( 'You are browsing %s' ), '<strong class="panel-title">' . __( 'Themes' ) . '</strong>' ); // Separate strings for consistency with other panels. ?> </span> <?php if ( current_user_can( 'install_themes' ) && ! is_multisite() ) : ?> <# if ( data.description ) { #> <button class="customize-help-toggle dashicons dashicons-editor-help" type="button" aria-expanded="false"><span class="screen-reader-text"> <?php /* translators: Hidden accessibility text. */ _e( 'Help' ); ?> </span></button> <# } #> <?php endif; ?> </div> <?php if ( current_user_can( 'install_themes' ) && ! is_multisite() ) : ?> <# if ( data.description ) { #> <div class="description customize-panel-description"> {{{ data.description }}} </div> <# } #> <?php endif; ?> <div class="customize-control-notifications-container"></div> </li> <li class="customize-themes-full-container-container"> <div class="customize-themes-full-container"> <div class="customize-themes-notifications"></div> </div> </li> <?php } }
Name
Size
Modify
Permissions
Actions
class-wp-customize-background-image-control.php
1.3 kb
2022-05-18 15:24:14
644
U
E
O
D
class-wp-customize-background-image-setting.php
639 b
2022-05-18 15:24:14
644
U
E
O
D
class-wp-customize-background-position-control.php
3 kb
2023-02-07 17:10:22
644
U
E
O
D
class-wp-customize-code-editor-control.php
2.3 kb
2020-06-16 21:07:14
644
U
E
O
D
class-wp-customize-color-control.php
3.1 kb
2025-07-16 22:52:40
644
U
E
O
D
class-wp-customize-cropped-image-control.php
1.4 kb
2023-09-08 09:32:24
644
U
E
O
D
class-wp-customize-custom-css-setting.php
5.2 kb
2025-05-02 14:19:26
644
U
E
O
D
class-wp-customize-date-time-control.php
9.2 kb
2025-03-05 23:27:22
644
U
E
O
D
class-wp-customize-filter-setting.php
588 b
2017-07-27 00:41:44
644
U
E
O
D
class-wp-customize-header-image-control.php
7.8 kb
2025-08-18 20:27:38
644
U
E
O
D
class-wp-customize-header-image-setting.php
1.7 kb
2023-07-10 23:00:22
644
U
E
O
D
class-wp-customize-image-control.php
1.2 kb
2020-11-22 15:53:04
644
U
E
O
D
class-wp-customize-media-control.php
9.2 kb
2025-08-18 20:27:38
644
U
E
O
D
class-wp-customize-nav-menu-auto-add-control.php
1.1 kb
2017-10-05 02:22:50
644
U
E
O
D
class-wp-customize-nav-menu-control.php
2.1 kb
2023-02-07 17:10:22
644
U
E
O
D
class-wp-customize-nav-menu-item-control.php
8 kb
2024-06-03 20:35:14
644
U
E
O
D
class-wp-customize-nav-menu-item-setting.php
27.2 kb
2025-09-30 16:28:32
644
U
E
O
D
class-wp-customize-nav-menu-location-control.php
2.2 kb
2024-01-28 07:50:18
644
U
E
O
D
class-wp-customize-nav-menu-locations-control.php
2.8 kb
2023-02-23 11:06:20
644
U
E
O
D
class-wp-customize-nav-menu-name-control.php
1.1 kb
2017-10-05 02:22:50
644
U
E
O
D
class-wp-customize-nav-menu-section.php
716 b
2020-10-08 21:15:14
644
U
E
O
D
class-wp-customize-nav-menu-setting.php
18.5 kb
2022-01-18 20:29:06
644
U
E
O
D
class-wp-customize-nav-menus-panel.php
3.2 kb
2023-02-07 17:10:22
644
U
E
O
D
class-wp-customize-new-menu-control.php
1.7 kb
2020-02-26 13:30:08
644
U
E
O
D
class-wp-customize-new-menu-section.php
1.7 kb
2020-02-26 15:33:06
644
U
E
O
D
class-wp-customize-partial.php
10.3 kb
2022-09-12 15:47:14
644
U
E
O
D
class-wp-customize-selective-refresh.php
13.5 kb
2025-10-07 01:24:36
644
U
E
O
D
class-wp-customize-sidebar-section.php
1 kb
2017-11-30 23:11:00
644
U
E
O
D
class-wp-customize-site-icon-control.php
5 kb
2025-08-18 20:27:38
644
U
E
O
D
class-wp-customize-theme-control.php
11.6 kb
2023-09-14 01:25:16
644
U
E
O
D
class-wp-customize-themes-panel.php
3.3 kb
2024-10-13 19:09:12
644
U
E
O
D
class-wp-customize-themes-section.php
6.8 kb
2025-03-18 13:15:22
644
U
E
O
D
class-wp-customize-upload-control.php
1.2 kb
2020-11-22 15:51:04
644
U
E
O
D
class-wp-sidebar-block-editor-control.php
686 b
2021-05-25 08:52:58
644
U
E
O
D
class-wp-widget-area-customize-control.php
1.7 kb
2023-02-07 17:10:22
644
U
E
O
D
class-wp-widget-form-customize-control.php
2.6 kb
2019-04-13 04:46:52
644
U
E
O
D