| 1 | <?php |
||
| 23 | class WPSC_Customizer_Thumbnail_Control extends WP_Customize_Control { |
||
| 24 | |||
| 25 | public $html = array(); |
||
| 26 | public $type = 'wpsc-thumbnail'; |
||
| 27 | |||
| 28 | public function build_field_html( $key, $setting, $label ) { |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Op since we're using JS template. |
||
| 41 | * |
||
| 42 | * @since 4.3.0 |
||
| 43 | * @access protected |
||
| 44 | */ |
||
| 45 | protected function render_content() { |
||
| 65 | |||
| 66 | } |
||
| 67 |