// ==========================================================================
// FALLBACK HOOK FOR CRASH RECOVERY (FIXES HEADER LINE 43)
// ==========================================================================
if ( ! function_exists( 'fwol_get_icon' ) ) {
    /**
     * Fallback function to prevent fatal errors when fwol_get_icon is missing.
     * It returns an empty string or basic span safely so the layout renders.
     */
    function fwol_get_icon( $icon_name = '' ) {
        return '<span class="fwol-icon fwol-icon-' . esc_attr( $icon_name ) . '"></span>';
    }
}

// ==========================================================================
// CONNECTED INSTAGRAM LAYOUT LOGIC & ENQUEUES
// ==========================================================================
function fwolstyle_enqueue_instagram_styles() {
    wp_enqueue_style( 'fwolstyle-instagram-feed', get_template_directory_uri() . '/assets/css/style.css', array(), '1.1.0', 'all' );
}
add_action( 'wp_enqueue_scripts', 'fwolstyle_enqueue_instagram_styles', 999 );

function fwolstyle_customize_video_attributes( $html, $id, $buddypress_media ) {
    if ( strpos( $html, '<video' ) !== false ) {
        $html = str_replace( '<video', '<video autoplay loop muted playsinline', $html );
    }
    return $html;
}
add_filter( 'rtmedia_single_media_html', 'fwolstyle_customize_video_attributes', 10, 3 );<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://fowlstyle.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://fowlstyle.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://fowlstyle.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://fowlstyle.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://fowlstyle.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
