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