• Hi,

    I like the way you’ve added the support for Genesis and THA themes to output the no script code earlier, rather than in the footer.

    Would you consider adding a custom google_tag_manager_noscript_tag action hook for this plugin so that custom themes could trigger it to fire earlier in a friendly way by adding the following below the body tag?

    
    do_action( 'google_tag_manager_noscript_tag' );
    

    Currently I guess I could use the unprefixed THA hook do_action( 'body_top' ) to trigger it but thought there may be a benefit in having a hook specifically for this plugin that would reduce the chance of triggering something unexpected if another plugin were to clash with the unprefixed body_top action?

    Just a thought…

    Ben ??

    • This topic was modified 8 years ago by Ben Huson.
  • The topic ‘Consider adding custom `google_tag_manager_noscript_tag ` action hook?’ is closed to new replies.