curver/functions/kirki/field/class-kirki-field-group-title.php

17 lines
427 B
PHP
Raw Normal View History

2019-02-10 20:21:07 +01:00
<?php
/**
* Override field methods
*
* @package Kirki
* @subpackage Controls
2019-02-17 14:28:35 +01:00
* @copyright Copyright (c) 2019, Ari Stathopoulos (@aristath)
2020-02-25 18:04:54 +01:00
* @license https://opensource.org/licenses/MIT
2019-02-10 20:21:07 +01:00
* @since 2.2.7
*/
/**
* Prior to version 0.8 there was a separate 'group-title' field.
* This exists here just for backwards-compatibility purposes.
*/
class Kirki_Field_Group_Title extends Kirki_Field_Custom {}