I want to activate my plugin and I want to create fields in "wp_option" table. How can I do that?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
If you just want to create a field, |
|||
|
|
|
Refer to the Codex entry for Plugin Development - specifically the WordPress Options Mechanism section. See also: Creating Options Pages, and especially Settings API. |
|||
|
|