Archived topic
Changing GP folder name
5 replies · Started by Adham on January 21, 2019
Hello,
when I change the folder name of GP, it gives me this notification at my dashboard
GP Premium requires GeneratePress to be your active theme. Install now.
How can I remove this notification from my dashboard ?
Thanks
Hi there,
Give this a shot:
remove_action( 'admin_notices', 'generate_premium_theme_information' );
Let me know :)
Thanks for your replay but I don't understand where should I add this ?
Ah sorry - you can add it using one of these methods: https://docs.generatepress.com/article/adding-php/
Thanks a lot:)
You're welcome :)