mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-29 01:13:18 +08:00
Update to Kirki 4.2.0
This commit is contained in:
parent
cbfd4f27e4
commit
77ecd4ca69
440 changed files with 6230 additions and 5211 deletions
|
@ -0,0 +1,40 @@
|
|||
<?php
|
||||
/**
|
||||
* Documentation metabox.
|
||||
*
|
||||
* @package Kirki
|
||||
*/
|
||||
|
||||
defined( 'ABSPATH' ) || die( "Can't access directly" );
|
||||
?>
|
||||
|
||||
<div class="heatbox">
|
||||
<h2>
|
||||
<?php _e( 'Why do I see this?', 'kirki' ); ?>
|
||||
</h2>
|
||||
<div class="heatbox-content">
|
||||
<p class="description">
|
||||
<?php _e( 'Kirki is a key component of the WordPress theme you have installed.', 'kirki' ); ?>
|
||||
</p>
|
||||
<p class="description">
|
||||
<?php _e( 'It provides advanced customization options within the WordPress Customizer, allowing you to easily modify the appearance of your site.', 'kirki' ); ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="heatbox">
|
||||
<h2>
|
||||
<?php _e( 'Documentation', 'kirki' ); ?>
|
||||
</h2>
|
||||
<div class="heatbox-content">
|
||||
<p class="description">
|
||||
<?php _e( 'For more information, please refer to your theme\'s documentation.', 'kirki' ); ?>
|
||||
</p>
|
||||
<p>
|
||||
<?php _e( 'The following article provides a detailed explanation of the Clear Font Cache option in Kirki.', 'kirki' ); ?>
|
||||
</p>
|
||||
<a href="https://kirki.org/docs/modules/settings-page/" target="_blank" class="button">
|
||||
<?php _e( 'Documentation', 'kirki' ); ?>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue