HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ubuntu-8gb-hel1-1 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /var/www/agighana.org_backup/documentation.php
<?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://docs.themeum.com/kirki/modules/settings-page/" target="_blank" class="button">
			<?php _e( 'Documentation', 'kirki' ); ?>
		</a>
	</div>
</div>