Viewing 1 replies (of 1 total)
  • Plugin Contributor Brian

    (@brianjessee)

    Hi,

    Does this work by adding it to your theme’s functions.php:

    // remove slug conflict admin notice
    if (class_exists('Tribe__Events__Admin__Notice__Archive_Slug_Conflict')) {
      remove_action( 'admin_init', array( Tribe__Events__Admin__Notice__Archive_Slug_Conflict::instance(), 'maybe_add_admin_notice' ) );
    }

    Let us know.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Message in WP Admin’ is closed to new replies.