Home Forums WoodMart support forum Do I need to repair these programs?

Do I need to repair these programs?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #608225

    juneba588
    Participant

    1. Do I need to repair these programs? If I fix it, will it affect my website?
    2. can I add the “google tracking code” to the “wp-content/themes/woodmart/header.php” webest between <head></head>
    3. I need to add the tracking code to the payment success page. which is the payment success page?

    looking forward to your quick reply, thanks.

    Attachments:
    You must be logged in to view attached files.
    #608362

    Luke Nielsen
    Keymaster

    Hello,

    1. If you have the same problems as described in those patches, you can apply them all. In general, all those patches will be used in the next update by default.

    2. Define the code below in the functions.php file in your child theme.

    function child_google_analytics() {
    	?>
    	<!-- Paste your Google Analytics code here and remove this message -->
    	<?php
    }
    add_action('wp_head', 'child_google_analytics');
    

    Kind Regards

    3. The same Google track code as from 2 point?

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)