Hi Tom, apologies for the late reply, when I installed GP on my Multisite, a few of my older client sites were built using Astra Theme, I cannot remove GP from these sites “Theme section” I only got the option to activate across the network when I first installed GP, it’s worth noting here that although it activated across the network, the GP theme is not the active theme on the older sites running Astra Theme, it’s just there “Unactivated” in the list. On each of these older sites I keep getting the GP admin notice even though I added the code below to the child theme fnctions.php file:
add_action( ‘after_setup_theme’,’tu_remove_gp_premium_notices’ );
function tu_remove_gp_premium_notices() {
remove_action( ‘admin_notices’,’generate_premium_theme_information’ );
}
Any help resolving this would be very much apreciated.
Kind Regards,
Gem