
<!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: class-il8n.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

if ( ! defined( &#039;ABSPATH&#039; ) ) {
	exit;
}

/**
 * Foogallery class for enqueuing the FooGallery_il8n variable into the page
 */

if ( ! class_exists( &#039;FooGallery_il8n&#039; ) ) {
	class FooGallery_il8n {

		function __construct() {
			add_action( &#039;foogallery_enqueue_script-core&#039;, array( $this, &#039;enqueue_il8n&#039; ), 10, 1 );
			add_action( &#039;foogallery_dequeue_script-core&#039;, array( $this, &#039;dequeue_core&#039; ) );
		}

		/**
		 * Enqueue the il8n script
		 *
		 * @param $js
		 *
		 * @return void
		 */
		function enqueue_il8n( $js ) {
			global $foogallery_enqueue_il8n;

			if ( $foogallery_enqueue_il8n ) {
				return;
			}

			$il8n = array();

			$imageviewer_prev_entry = foogallery_get_language_array_value( &#039;language_imageviewer_prev_text&#039;, __( &#039;Prev&#039;, &#039;foogallery&#039; ) );
			if ( $imageviewer_prev_entry !== false ) {
				$il8n = array_merge_recursive( $il8n, array(
					&#039;template&#039; =&gt; array(
						&quot;image-viewer&quot; =&gt; array(
							&#039;prev&#039; =&gt; esc_html( $imageviewer_prev_entry )
						)
					)
				) );
			}

			$imageviewer_next_entry = foogallery_get_language_array_value( &#039;language_imageviewer_next_text&#039;, __( &#039;Next&#039;, &#039;foogallery&#039; ) );
			if ( $imageviewer_next_entry !== false ) {
				$il8n = array_merge_recursive( $il8n, array(
					&#039;template&#039; =&gt; array(
						&quot;image-viewer&quot; =&gt; array(
							&#039;next&#039; =&gt; esc_html( $imageviewer_next_entry )
						)
					)
				) );
			}

			$imageviewer_of_entry = foogallery_get_language_array_value( &#039;language_imageviewer_of_text&#039;, __( &#039;of&#039;, &#039;foogallery&#039; ) );
			if ( $imageviewer_of_entry !== false ) {
				$il8n = array_merge_recursive( $il8n, array(
					&#039;template&#039; =&gt; array(
						&quot;image-viewer&quot; =&gt; array(
							&#039;of&#039; =&gt; esc_html( $imageviewer_of_entry )
						)
					)
				) );
			}

			$il8n = apply_filters( &#039;foogallery_il8n&#039;, $il8n );

			// Only add the script to the page if there is data to be added.
			if ( count( $il8n ) &gt; 0 ) {
				$script = &quot;var FooGallery_il8n = &quot; . foogallery_json_encode( $il8n ) . &#039;;&#039;;
				wp_add_inline_script( &#039;foogallery-core&#039;, $script, &#039;before&#039; );
			}

			$foogallery_enqueue_il8n = true; // To ensure we do not add multiple times on a page with more than 1 gallery.
		}

		/**
		 * Clears
		 *
		 * @return void
		 */
		function dequeue_core() {
			global $foogallery_enqueue_il8n;
			$foogallery_enqueue_il8n = null; // To ensure we once again add the correct il8n script
		}
	}
}
</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>
