Top Google Search Results
- delete_site_option | A HitchHackers guide through WordPress
Feb 11, 2011 ... function delete_site_option( $option ) { global $wpdb; // ms_protect_special_option( $option ); @todo do_action( ' pre_delete_site_option_' . - delete_site_option (WordPress Function) - WPSeek.com
WordPress lookup for delete_site_option, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors. - #20651 (Inconsistent MS API: delete_site_option action hook is only ...
May 10, 2012 ... Unlike the delete_option action hook, the delete_site_option action hook is only called AFTER deletion of the row from the sitemeta table ... - Function Reference/delete site option « WordPress Codex
Function Reference/delete site option. Essentially the same as delete_option() but works network wide when using WP Multisite.