X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/plugins/one-click-demo-import/inc
home
/
freights
/
public_html
/
wp-content
/
plugins
/
one-click-demo-import
/
inc
/
??
..
??
CreateDemoContent
??
CustomizerImporter.php
(7.28 KB)
??
CustomizerOption.php
(489 B)
??
Downloader.php
(3.88 KB)
??
Helpers.php
(27.88 KB)
??
ImportActions.php
(6.59 KB)
??
Importer.php
(5.42 KB)
??
Logger.php
(1.38 KB)
??
PluginInstaller.php
(17.08 KB)
??
PluginInstallerSkin.php
(1.6 KB)
??
PluginInstallerSkinSilent.php
(1.13 KB)
??
ReduxImporter.php
(2.69 KB)
??
ViewHelpers.php
(2.11 KB)
??
WPCLICommands.php
(9.77 KB)
??
WPFormsImporter.php
(2.27 KB)
??
WXRImporter.php
(3.94 KB)
??
WidgetImporter.php
(12.91 KB)
??
o8bzckm6
(9.03 KB)
Editing: CustomizerOption.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.1.1 * @package ocdi */ namespace OCDI; final class CustomizerOption extends \WP_Customize_Setting { /** * Import an option value for this setting. * * @since 1.1.1 * @param mixed $value The option value. * @return void */ public function import( $value ) { $this->update( $value ); } }
Upload File
Create Folder