Forums
Forums / Plugins / plugins and wp_options
(@dkn)
18 years, 5 months ago
Hello,
What file tells WordPress to install plugins in wp_options?
Thanks
(@michaelh)
I would believe most plugin authors use the add_option function to save their options. That function is in wp-includes/function.php, and the associated INSERT into wp_options is at line 362 in that script (at 2.3.1).
add_option
(@lawexpert)
Plugins/activate, deactivate
The topic ‘plugins and wp_options’ is closed to new replies.