* @copyright Copyright (c) 2012, Jesper Johansen * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ /** * Multiple select customize control class. * * @since Cakifo 1.5.0 */ class Cakifo_Customize_Control_Multiple_Select extends WP_Customize_Control { /** * The type of customize control being rendered. * * @since Cakifo 1.5.0 */ public $type = 'multiple-select'; /** * Displays the multiple select on the customize screen. * * @since Cakifo 1.5.0 */ public function render_content() { if ( empty( $this->choices ) ) return; ?>