function bfi_customize_register($wp_customize){

```
$wp_customize->add_section('bfi_hero', array(
    'title' => 'Hero Settings'
));

$wp_customize->add_setting('hero_image');

$wp_customize->add_control(
    new WP_Customize_Image_Control(
        $wp_customize,
        'hero_image',
        array(
            'label' => 'Hero Image',
            'section' => 'bfi_hero'
        )
    )
);
```

}

add_action(
'customize_register',
'bfi_customize_register'
);
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://toptackle.bigfish.co.za/sitemaps.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap>
							<loc>https://toptackle.bigfish.co.za/post-sitemap1.xml</loc>
							<lastmod>2026-05-30T11:13:05+00:00</lastmod>
						</sitemap><sitemap>
							<loc>https://toptackle.bigfish.co.za/page-sitemap1.xml</loc>
							<lastmod>2026-05-30T11:13:05+00:00</lastmod>
						</sitemap><sitemap>	
							<loc>https://toptackle.bigfish.co.za/category-sitemap1.xml</loc>
							<lastmod>2026-05-30T12:41:07+00:00</lastmod>
						</sitemap></sitemapindex>