Viewing 3 replies - 31 through 33 (of 33 total)
  • Hi benjaminprojas,thank you for your reply but

    I tried the following code provided by you and placed in it themes function.php, it didnt work, meta generator still appear

    hiboy,

    One more to try:

    remove_action(‘wp_head’, array(‘Cart66Common’,’displayVersionInfo’));

    Add that snippet to your functions.php and see if that removes the meta generator. Make sure to remove all the other functions as well.

    Hi again, thanks for your reply,
    i replace

    function remove_cart66_meta() {
    Cart66Common::removeCart66Meta();
    }
    add_action(‘wp_head’, ‘remove_cart66_meta’);

    with

    remove_action(‘wp_head’, array(‘Cart66Common’,’displayVersionInfo’));

    still couldnt work

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘add to cart button error’ is closed to new replies.