Submit
Path:
~
/
home
/
getwphos
/
www
/
bubrupamjcb.com
/
wp-content
/
themes
/
caards
/
core
/
theme-demos
/
import
/
File Content:
class-customizer-option.php
<?php /** * A class that extends WP_Customize_Setting so we can access * the protected updated method when importing options. * * Used in the Customizer importer. * * @since 1.0.0 * @package Chloe */ final class CSCO_Customizer_Option extends WP_Customize_Setting { /** * Import an option value for this setting. * * @since 1.0.0 * @param mixed $value The option value. * @return void */ public function import( $value ) { $this->update( $value ); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
wp-content-importer-v2
---
0755
class-customizer-importer.php
6591 bytes
0644
class-customizer-option.php
478 bytes
0644
class-manager-import.php
19913 bytes
0644
class-widget-importer.php
10834 bytes
0644
N4ST4R_ID | Naxtarrr