Edit File: class-height-control.php
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly /** * 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'; }
Back to File Manager