
add_action('admin_init', 'tcgnj_fix_broken_links_once');
function tcgnj_fix_broken_links_once() {
    if ( get_option('tcgnj_links_fixed') ) return;
    $opt = get_option('widget_my_requestquotewidget', array());
    $find = 'http://thecomputerguy.com/our-services/';
    $replace = 'https://www.thecomputerguynj.com/our-services/';
    foreach ( $opt as $key => $val ) {
        if ( is_array($val) && isset($val['txt1']) ) {
            $opt[$key]['txt1'] = str_replace($find, $replace, $val['txt1']);
        }
    }
    update_option('widget_my_requestquotewidget', $opt);
    update_option('tcgnj_links_fixed', 1);
}<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.thecomputerguynj.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.thecomputerguynj.com/page-sitemap.xml</loc>
		<lastmod>2026-05-23T14:47:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.thecomputerguynj.com/slider-sitemap.xml</loc>
		<lastmod>2026-05-14T04:29:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.thecomputerguynj.com/author-sitemap.xml</loc>
		<lastmod>2026-05-23T10:47:31+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->