mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 04:06:16 +08:00
15 lines
368 B
PHP
15 lines
368 B
PHP
<?php
|
|
/**
|
|
* Override field methods
|
|
*
|
|
* @package Kirki
|
|
* @subpackage Controls
|
|
* @copyright Copyright (c) 2019, Ari Stathopoulos (@aristath)
|
|
* @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 {}
|