uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
old
/
.trash
/
wp-content
/
plugins
/
kirki
/
core
/
class-kirki-toolkit.php
/
/
<?php /** * The main Kirki object * * @package Kirki * @category Core * @author Ari Stathopoulos (@aristath) * @copyright Copyright (c) 2020, David Vongries * @license https://opensource.org/licenses/MIT * @since 1.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Singleton class */ final class Kirki_Toolkit { /** * Holds the one, true instance of this object. * * @static * @access protected * @var object */ protected static $instance = null; /** * Access the single instance of this class. * * @static * @access public * @return object Kirki_Toolkit. */ public static function get_instance() { if ( null === self::$instance ) { self::$instance = new self(); } return self::$instance; } }
/home/batcwwjx/./old/.trash/wp-content/plugins/kirki/core/class-kirki-toolkit.php