Help with a functions.php edit – Storefront
-
Hi all im at a loss, i gained this digital trust Trustmark which they said i have to implement it through the functions.php
The code is
// Shopping Guarantee in the global site footer add_action( 'wp_enqueue_scripts', function() { if (!is_order_received_page()) { wp_enqueue_script( 'shopping-guarantee-script', '//guarantee-cdn.com/Web/Seal/gjs.aspx?SN=968150179', array(), null, true ); } }, 1000);
They said to Simply copy and paste all the code below into your theme’s
functions.php file
But i have no idea where that would be
I tried wp-admin then Appearance then Theme editor then functions.php pasted the code in the end updated site but nothing
Thanks in advance
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Help with a functions.php edit – Storefront’ is closed to new replies.