The MU forums have moved to WordPress.org

Modify Site Admin's "Add blog" interface (3 posts)

  1. ashera
    Member
    Posted 15 years ago #

    I'm working on a plugin that adds some values to blog_options during blog creation and checks on them later. Right now it works fine if a blog is created through wp-signup.php, but not if the Site Admin creates the blog through wpmu-blogs.php .

    I was wondering if there were a way to add some extra fields to the site admin's "Add blog" interface without modifying wpmu-blogs.php.

  2. cafespain
    Member
    Posted 15 years ago #

    Have a look in the wpmu-blogs.php file and see if there are any filters or actions in there that you can hook into.

    That would be my first step. If not, then my second step would be...

  3. lunabyte
    Member
    Posted 15 years ago #

    There's plenty of hooks. :D

About this Topic