The MU forums have moved to WordPress.org

plugin development (3 posts)

  1. thierryyyyyyy
    Member
    Posted 16 years ago #

    General question : is there some page/website about developping plugin specificly for wpMu ?

    I'm use to develop them for standalone wp, but I need help about "is there a simple mean to have an 'sitewide option' ?".
    More precisely, I need that all blogs have access to the same option whose value is defined by the sitewide-administrator.

    Someone did that ?

  2. lunabyte
    Member
    Posted 16 years ago #

    get_site_option, vice get_option.

    Same with update_option, etc.

    Check wp-includes/wpmu-functions.php

  3. itdamager
    Member
    Posted 16 years ago #

    Surely I am not the first to write this up, but I just posted about how to write a WPMU plugin.

About this Topic

  • Started 16 years ago by thierryyyyyyy
  • Latest reply from itdamager