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

defined(&#039;ABSPATH&#039;) || exit;


/**
 * Class MC4WP_Admin_Texts
 *
 * @ignore
 * @since 3.0
 */
class MC4WP_Admin_Texts
{
    /**
     * @var string
     */
    protected $plugin_file;

    /**
     * @param string $plugin_file
     */
    public function __construct($plugin_file)
    {
        $this-&gt;plugin_file = $plugin_file;
    }

    /**
     * Add hooks
     */
    public function add_hooks()
    {
        global $pagenow;

        // Hooks for Plugins overview page
        if ($pagenow === &#039;plugins.php&#039;) {
            add_filter(&#039;plugin_action_links_&#039; . $this-&gt;plugin_file, [ $this, &#039;add_plugin_settings_link&#039; ], 10, 2);
            add_filter(&#039;plugin_row_meta&#039;, [ $this, &#039;add_plugin_meta_links&#039; ], 10, 2);
        }
    }

    /**
     * Add the settings link to the Plugins overview
     *
     * @param array $links
     * @param       $file
     *
     * @return array
     */
    public function add_plugin_settings_link($links, $file)
    {
        if ($file !== $this-&gt;plugin_file) {
            return $links;
        }

        $settings_link = sprintf(&#039;&lt;a href=&quot;%s&quot;&gt;%s&lt;/a&gt;&#039;, admin_url(&#039;admin.php?page=mailchimp-for-wp&#039;), esc_html__(&#039;Settings&#039;, &#039;mailchimp-for-wp&#039;));
        array_unshift($links, $settings_link);
        return $links;
    }

    /**
     * Adds meta links to the plugin in the WP Admin &gt; Plugins screen
     *
     * @param array $links
     * @param string $file
     *
     * @return array
     */
    public function add_plugin_meta_links($links, $file)
    {
        if ($file !== $this-&gt;plugin_file) {
            return $links;
        }

        $links[] = &#039;&lt;a href=&quot;https://www.mc4wp.com/kb/#utm_source=wp-plugin&amp;utm_medium=mailchimp-for-wp&amp;utm_campaign=plugins-page&quot;&gt;&#039; . esc_html__(&#039;Documentation&#039;, &#039;mailchimp-for-wp&#039;) . &#039;&lt;/a&gt;&#039;;

        /**
         * Filters meta links shown on the Plugins overview page
         *
         * This takes an array of strings
         *
         * @since 3.0
         * @param array $links
         * @ignore
         */
        $links = apply_filters(&#039;mc4wp_admin_plugin_meta_links&#039;, $links);

        return $links;
    }
}
</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>
