<?php/** * Enqueue script and styles for child theme */function woodmart_child_enqueue_styles() {    wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) );}add_action( 'wp_enqueue_scripts', 'woodmart_child_enqueue_styles', 10010 );/* Dokan Custom Login - Black & White Design */add_action( 'login_enqueue_scripts', function() {    echo '<link rel="stylesheet" href="https://dokan.vntera.com/wp-content/uploads/2026/04/dokan-login-custom.css">';});add_filter( 'login_headerurl', function() {    return home_url( '/' );});add_filter( 'login_headertext', function() {    return 'Dokan Marketplace';});<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://dokan.vntera.com/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://dokan.vntera.com/project-cat/accessories/</loc></url><url><loc>https://dokan.vntera.com/project-cat/decor/</loc></url><url><loc>https://dokan.vntera.com/project-cat/furniture/</loc></url><url><loc>https://dokan.vntera.com/project-cat/kitchen/</loc></url><url><loc>https://dokan.vntera.com/project-cat/lighting/</loc></url></urlset>
