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