
<!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: widget-notice.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php 
namespace ElementsKit_Lite\Widgets;
defined( &#039;ABSPATH&#039; ) || exit;

trait Widget_Notice{
    /**
     * Adding Go Premium message to all widgets
     *
     * @since 1.4.2
     */
    public function insert_pro_message()
    {
        if(\ElementsKit_Lite::package_type() != &#039;pro&#039;){
            $this-&gt;start_controls_section(
                &#039;ekit_section_pro&#039;,
                [
                    &#039;label&#039; =&gt; __(&#039;Go Premium for More Features&#039;, &#039;elementskit-lite&#039;),
                ]
            );

            $this-&gt;add_control(
                &#039;ekit_control_get_pro&#039;,
                [
                    &#039;label&#039; =&gt; __(&#039;Unlock more possibilities&#039;, &#039;elementskit-lite&#039;),
                    &#039;type&#039; =&gt; \Elementor\Controls_Manager::CHOOSE,
                    &#039;options&#039; =&gt; [
                        &#039;1&#039; =&gt; [
                            &#039;title&#039; =&gt; &#039;&#039;,
                            &#039;icon&#039; =&gt; &#039;fa fa-unlock-alt&#039;,
                        ],
                    ],
                    &#039;default&#039; =&gt; &#039;1&#039;,
                    &#039;toggle&#039;    =&gt; false,
                    &#039;description&#039; =&gt; &#039;&lt;span class=&quot;ekit-widget-pro-feature&quot;&gt;&#039; . sprintf(
                        /* translators: 1: opening &lt;a&gt; tag, 2: closing &lt;/a&gt; tag */
                        esc_html__( &#039;Get the %1$s Pro version %2$s for more awesome elements and powerful modules.&#039;, &#039;elementskit-lite&#039; ),
                        &#039;&lt;a href=&quot;&#039; . esc_url( &#039;https://wpmet.com/elementskit-pricing&#039; ) . &#039;&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;&#039;,
                        &#039;&lt;/a&gt;&#039;
                    ) . &#039;&lt;/span&gt;&#039;,
                ]
            );

            $this-&gt;end_controls_section();
        }
    }
}
</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>
