* @license https://www.gnu.org/licenses/gpl-3.0.txt GNU/GPLv3 * @link https://github.com/dingo-d/wordpress-theme-customizer-extra-custom-controls * @since 1.0.0 */ class business_cube_Multi_Input_Custom_Control extends WP_Customize_Control { /** * Control type * * @var string */ public $type = 'multi-input'; /** * Control button text. * * @var string */ public $button_text; /** * Control method * * @since 1.0.0 */ public function render_content() { ?>