label ) ) { echo '' . $this->label . ''; } if ( isset( $this->description ) ) { echo '' . $this->description . ''; } } protected function render() { $id = 'customize-control-' . str_replace( array( '[', ']' ), array( '-', '' ), $this->id ); $class = 'customize-control customize-control-' . $this->type; if ( isset( $this->classname ) ) { $class .= ' ' . $this->classname; // 追加した処理 } printf( '