Adding code to plugin that only executes the first time its activated?
- by Scott B
Is it possible to wrap code in a special function that only executes the first time the plugin is activated?
I have some database code I need to run on plugin activation, but the code need not run again after that.