Hi Abidin,
Thanks for reaching out to us.
That code will not work inside your theme’s functions.php file.
Please use a plugin called Code Snippets and add a snippet using that plugin.
Theme’s functions.php hook applies before the plugins_loaded hook.
So, you have to use the Code Snippets plugin to call it after our plugin loads.
Thank You
Move Archive Page Variations Wrapper before Loop Item Title
Abidin Alkilinc
Hello,
I am trying to move the Variations Wrapper higher in the order, specifically before the Item Title.
I attempted the following code, but unfortunately, it doesn’t seem to work:
I placed this code at the end of my theme’s
functions.php
file.Regards,
Abidi