Top Google Search Results
- update_wpmu_options Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - Edit Site Wide Tags to get custom fields « WordPress MU Forums
add_action( 'update_wpmu_options', 'sitewide_tags_update_options' );. function sitewide_tags_post( $post_id, $post ) { global $wpdb;. if( !get_site_option( ... - WordPress › Support » [Plugin: Sitewide (Admin) Header/Footer ...
set options after clicking 'save' in WP MultiSite options page add_action(' update_wpmu_options', array('Sitewide_Header_Footer', 'updateOptions')); ... - How to add field for new site-wide option on Network Settings screen?
May 5, 2011 ... The action you need to use for saving your options is update_wpmu_options. If needed I can provide a more detailed example, just let me know ...