Home Forums WoodMart support forum Extra code insertion Reply To: Extra code insertion

#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.