mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 09:25:45 +08:00
16 lines
302 B
PHP
16 lines
302 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Override field methods
|
||
|
*
|
||
|
* @package Kirki
|
||
|
* @subpackage Controls
|
||
|
* @copyright Copyright (c) 2017, Aristeides Stathopoulos
|
||
|
* @license https://opensource.org/licenses/MIT
|
||
|
* @since 2.2.7
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Field overrides.
|
||
|
*/
|
||
|
class Kirki_Field_Link extends Kirki_Field_URL {}
|