Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
cleahvkv /
dsfdf /
wp-includes /
customize /
Delete
Unzip
Name
Size
Permission
Date
Action
class-wp-customize-background-image-control.php
1.15
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-background-image-setting.php
508
B
-rw-r--r--
2021-01-05 18:46
class-wp-customize-background-position-control.php
2.74
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-code-editor-control.php
2.21
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-color-control.php
2.8
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-cropped-image-control.php
1.43
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-custom-css-setting.php
4.76
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-date-time-control.php
8.31
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-filter-setting.php
588
B
-rw-r--r--
2021-01-05 18:46
class-wp-customize-header-image-control.php
7.38
KB
-rw-r--r--
2022-10-18 03:44
class-wp-customize-header-image-setting.php
1.55
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-image-control.php
1.05
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-media-control.php
9.03
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-nav-menu-auto-add-control.php
1.1
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-nav-menu-control.php
1.99
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-nav-menu-item-control.php
6.3
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-nav-menu-item-setting.php
26.27
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-nav-menu-location-control.php
2.09
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-nav-menu-locations-control.php
2.74
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-nav-menu-name-control.php
1.1
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-nav-menu-section.php
709
B
-rw-r--r--
2021-01-05 18:46
class-wp-customize-nav-menu-setting.php
18.29
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-nav-menus-panel.php
3.01
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-new-menu-control.php
1.35
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-new-menu-section.php
1.64
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-partial.php
8.64
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-selective-refresh.php
14.72
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-sidebar-section.php
1.02
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-site-icon-control.php
3.2
KB
-rw-r--r--
2022-10-18 03:44
class-wp-customize-theme-control.php
4.35
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-themes-panel.php
3.15
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-themes-section.php
6.42
KB
-rw-r--r--
2021-01-05 18:46
class-wp-customize-upload-control.php
977
B
-rw-r--r--
2021-01-05 18:46
class-wp-widget-area-customize-control.php
1.62
KB
-rw-r--r--
2021-01-05 18:46
class-wp-widget-form-customize-control.php
1.95
KB
-rw-r--r--
2021-01-05 18:46
Save
Rename
<?php /** * Customize API: WP_Customize_Nav_Menu_Locations_Control class * * @package WordPress * @subpackage Customize * @since 4.9.0 */ /** * Customize Nav Menu Locations Control Class. * * @since 4.9.0 */ class WP_Customize_Nav_Menu_Locations_Control extends WP_Customize_Control { /** * Control type. * * @since 4.9.0 * @var string */ public $type = 'nav_menu_locations'; /** * Don't render the control's content - it uses a JS template instead. * * @since 4.9.0 */ public function render_content() {} /** * JS/Underscore template for the control UI. * * @since 4.9.0 */ public function content_template() { if ( current_theme_supports( 'menus' ) ) : ?> <# var elementId; #> <ul class="menu-location-settings"> <li class="customize-control assigned-menu-locations-title"> <span class="customize-control-title">{{ wp.customize.Menus.data.l10n.locationsTitle }}</span> <# if ( data.isCreating ) { #> <p> <?php echo _x( 'Where do you want this menu to appear?', 'menu locations' ); ?> <em class="new-menu-locations-widget-note"> <?php printf( /* translators: 1: Codex URL, 2: additional link attributes, 3: accessibility text */ _x( '(If you plan to use a menu <a href="%1$s" %2$s>widget%3$s</a>, skip this step.)', 'menu locations' ), __( 'https://codex.wordpress.org/WordPress_Widgets' ), ' class="external-link" target="_blank"', sprintf( '<span class="screen-reader-text"> %s</span>', /* translators: accessibility text */ __( '(opens in a new window)' ) ) ); ?> </em> </p> <# } else { #> <p><?php echo _x( 'Here’s where this menu appears. If you’d like to change that, pick another location.', 'menu locations' ); ?></p> <# } #> </li> <?php foreach ( get_registered_nav_menus() as $location => $description ) : ?> <# elementId = _.uniqueId( 'customize-nav-menu-control-location-' ); #> <li class="customize-control customize-control-checkbox assigned-menu-location"> <span class="customize-inside-control-row"> <input id="{{ elementId }}" type="checkbox" data-menu-id="{{ data.menu_id }}" data-location-id="<?php echo esc_attr( $location ); ?>" class="menu-location" /> <label for="{{ elementId }}"> <?php echo $description; ?> <span class="theme-location-set"> <?php /* translators: %s: menu name */ printf( _x( '(Current: %s)', 'menu location' ), '<span class="current-menu-location-name-' . esc_attr( $location ) . '"></span>' ); ?> </span> </label> </span> </li> <?php endforeach; ?> </ul> <?php endif; } }