Search code examples
wordpresspluginsmessage

How to remove WordPress plugin activation message?


I have a plugin that's not activated (it's a premium plugin) but I want it to stop showing on my wordpress panel. Is there some PHP code I can insert somewhere?

Screenshot: https://i.sstatic.net/IdX1A.png


Solution

  • In the plugin's functions.php file, you can usually find something like [is_active:false] and you can change that to true and get the premium things for free.