I know by watching the akismet plugin source how to show a custom message on the plugins page, but I want my message to appear only once after my plugin is activated.
How could i do this?
I know by watching the akismet plugin source how to show a custom message on the plugins page, but I want my message to appear only once after my plugin is activated.
How could i do this?
You must be logged in to post a comment.
The easiest way would be to check for an stub get_option something like
hope this helps