<?php defined( 'ABSPATH' ) || exit; /** * Class to create a control and set the height of an element. Inherits methods of Themify_Width_Control. * * @since 1.0.0 */ class Themify_Height_Control extends Themify_Width_Control { /** * Type of this control. * @access public * @var string */ public $type = 'themify_height'; }