Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Good model plugin for newbie plugin author to study?

More specifically: does bbPress have mechanisms for automatic table creation and updating like the ones described in the WordPress docs?

See: https://codex.wordpress.org/Creating_Tables_with_Plugins

Should I start my Foo plugin by creating a function foo_install()? And can that function call dbDelta()? (I don’t see dbDelta in my bbPress anywhere.) If not, what’s the recommended alternative model for creating tables to be used in plugins?

Skip to toolbar