<php
function as_footer_settings_page()
{
    if(isset($_POST['company_name']))
    {
        update_option(
            'as_company_name',
            sanitize_text_field($_POST['company_name'])
        );

        echo '<div class="notice notice-success"><p>Saved Successfully</p></div>';
    }

    $company_name = get_option('as_company_name','');
?>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://autoshines.in/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://autoshines.in/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://autoshines.in/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://autoshines.in/wp-sitemap-posts-mailpoet_page-1.xml</loc></sitemap><sitemap><loc>https://autoshines.in/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://autoshines.in/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
