Miva - Cache WordPress Header & Footer
<mvt:if expr="g.auth EQ 'SUPER_SECRET'">
<mvt:assign name="l.result" value="wget( g.domain:mm_url $ 'Screen=WP-FOOTER', '/html/WP-FOOTER.html', 'script' )" />
<mvt:assign name="l.result" value="wget( g.domain:mm_url $ 'Screen=WP-HEADER', '/html/WP-HEADER.html', 'script' )" />
</mvt:if>
This functionality can be used to cache a store's Global Header & Footer so that they can be included into a WordPress's header.php
& footer.php
without creating extra Baskets.