// Custom Login Shortcode for Elementor
function custom_elementor_login_form() {
    if ( is_user_logged_in() ) {
        return '<p>Aap already logged in hain. <a href="' . wp_logout_url( get_permalink() ) . '">Logout karein</a></p>';
    } else {
        return wp_login_form( array( 'echo' => false ) );
    }
}
add_shortcode( 'custom_login_form', 'custom_elementor_login_form' );<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://stemco.com.pk/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://stemco.com.pk/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://stemco.com.pk/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://stemco.com.pk/wp-sitemap-posts-porto_builder-1.xml</loc></sitemap><sitemap><loc>https://stemco.com.pk/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://stemco.com.pk/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
