Skip to content

Instantly share code, notes, and snippets.

@tessguefen
Created November 20, 2018 15:44
Show Gist options
  • Save tessguefen/016c449363017bca3031a6df9fe00314 to your computer and use it in GitHub Desktop.
Save tessguefen/016c449363017bca3031a6df9fe00314 to your computer and use it in GitHub Desktop.
Example Layout/ Transients Import
<Module code="TGCOMPONENTS" feature="util">
<Layout_Update code="homepage">
<Code>homepage-BACKUP</Code>
<Name>Homepage - OLD</Name>
</Layout_Update>
<Layout_Update code="homepage-new">
<Code>homepage</Code>
<Name>Homepage</Name>
</Layout_Update>
<Layout_Update code="category_home">
<Code>category_home-BACKUP</Code>
<Name>Category Landing: Home - OLD</Name>
</Layout_Update>
<Layout_Update code="category_home-new">
<Code>category_home</Code>
<Name>Category Landing: Home</Name>
</Layout_Update>
</Module>
<Module code="tg_transients" feature="util">
<Delete_All_Transients />
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment