/
home
/
techb158
/
public_html
/
wp-content
/
plugins
/
kirki
/
libraries
/
framework
/
Constants
/
/home/techb158/public_html/wp-content/plugins/kirki/libraries/framework/Constants
mkdir
upload
Name
Size
Mode
Actions
DateTimeFormats.php
1093
0644
edit
dl
rm
OptionKeys.php
593
0644
edit
dl
rm
Edit:
/home/techb158/public_html/wp-content/plugins/kirki/libraries/framework/Constants/OptionKeys.php
(593B)
<?php /** * WordPress option keys used across the framework. * * @package Framework * @subpackage Constants * @since 1.0.0 */ namespace Kirki\Framework\Constants; \defined('ABSPATH') || exit; class OptionKeys { /** * Option key for storing applied migration class names. * * @var string * * @since 1.0.0 */ public const MIGRATIONS = 'framework_migrations'; /** * Option key for storing the installed version. * * @var string * * @since 1.0.0 */ public const INSTALLED_VERSION = 'installed_version'; }
Save
cmd:
run