• ckov1

    (@ckov1)


    Hi

    there is some infos PixelYourSite Tip: The old Universal Analytics properties are not supported by Google Analytics anymore. You must use the new GA4 properties instead.

    click on X and still exist and show , please let me know how to stop it ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I want to know exactly the same!

    Thread Starter ckov1

    (@ckov1)

    @rayuela1 please use the following filter , it will permanently turn off all notifications

    maybe they will make update for this problem and will gone

    function pr_disable_admin_notices() {
    global $wp_filter;
    if ( is_user_admin() ) {
    if ( isset( $wp_filter['user_admin_notices'] ) ) {
    unset( $wp_filter['user_admin_notices'] );
    }
    } elseif ( isset( $wp_filter['admin_notices'] ) ) {
    unset( $wp_filter['admin_notices'] );
    }
    if ( isset( $wp_filter['all_admin_notices'] ) ) {
    unset( $wp_filter['all_admin_notices'] );
    }
    }

    in -> wp-content/functons.php

    • This reply was modified 2 months, 4 weeks ago by ckov1.
    Plugin Author PixelYourSite

    (@pixelyoursite)

    This message should go away once the old UA property code is removed. Do you have the new GA4 tag ID configured but still see the warning?

    • This reply was modified 2 months, 3 weeks ago by PixelYourSite.
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.