/*
function broker_checker_shortcode() {

    // =========================
    // INPUT HANDLING
    // =========================

    $broker_input = '';

    // 1. SEO URL (/review/etoro/)
    if (get_query_var('broker_slug')) {
        $broker_input = sanitize_text_field(get_query_var('broker_slug'));
    }

    // 2. Form submission (homepage tool)
    elseif (!empty($_POST['broker_name'])) {
        $broker_input = sanitize_text_field($_POST['broker_name']);
    }

    // 3. FALLBACK (?broker_name=etoro)
    elseif (!empty($_GET['broker_name'])) {
        $broker_input = sanitize_text_field($_GET['broker_name']);
    }

    // =========================
    // STOP HERE ONLY FOR TESTING
    // =========================

    $output = '<p><strong>DEBUG INPUT:</strong> ' . esc_html($broker_input) . '</p>';

    return $output;
}
add_shortcode('broker_checker', 'broker_checker_shortcode');
*/
function test_fix() {
    return "OK - functions.php is working";
}
add_shortcode('test_fix', 'test_fix');<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//scamreader.info/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://scamreader.info/post-sitemap.xml</loc>
		<lastmod>2026-05-13T12:18:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://scamreader.info/page-sitemap.xml</loc>
		<lastmod>2026-05-28T09:01:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://scamreader.info/review-sitemap.xml</loc>
		<lastmod>2026-03-17T10:53:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://scamreader.info/category-sitemap.xml</loc>
		<lastmod>2026-05-13T12:18:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://scamreader.info/broker_status-sitemap.xml</loc>
		<lastmod>2026-03-17T10:53:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://scamreader.info/author-sitemap.xml</loc>
		<lastmod>2026-02-04T08:18:04+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->