mirror of
https://ghproxy.net/https://github.com/AlxMedia/featureon.git
synced 2025-08-26 05:49:06 +08:00
15 lines
355 B
PHP
15 lines
355 B
PHP
<?php
|
|
/**
|
|
* Override field methods
|
|
*
|
|
* @package Kirki
|
|
* @subpackage Controls
|
|
* @copyright Copyright (c) 2020, David Vongries
|
|
* @license https://opensource.org/licenses/MIT
|
|
* @since 2.3.2
|
|
*/
|
|
|
|
/**
|
|
* This is simply an alias for the Kirki_Field_Kirki_Generic class.
|
|
*/
|
|
class Kirki_Field_Generic extends Kirki_Field_Kirki_Generic {}
|