Home › Forums › WoodMart support forum › Extra code insertion › Reply To: Extra code insertion
May 24, 2024 at 4:55 pm
#568054
Luke Nielsen
Keymaster
Hello,
Try to use the code below for help:
add_action( 'wp_head', function () {
?>
put the code here
<?PHP
if (is_checkout()) {
?>
put the code for the Checout page
<?PHP
}
} );
Thank you for your time.
Kind Regards
- This reply was modified 6 months, 3 weeks ago by Luke Nielsen.
- This reply was modified 6 months, 3 weeks ago by Luke Nielsen.
- This reply was modified 6 months, 3 weeks ago by Luke Nielsen.