C:\xampp\htdocs\landing\wp-content\plugins\customizer-export-import\classes\class-cei-option.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
    
/**
 * A class that extends WP_Customize_Setting so we can access
 * the protected updated method when importing options.
 *
 * @since 0.3
 */
final class CEI_Option extends WP_Customize_Setting {
    
    
/**
     * Import an option value for this setting.
     *
     * @since 0.3
     * @param mixed $value The option value.
     * @return void
     */
    
public function import$value 
    {
        
$this->update$value );    
    }
}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586