Managing database tables in WordPress multisite

use the API, the functions of WordPress for save data and check before, it is an Multisite install; thats all. The first example is only for check, is the activated as network wide. // if is active in network of multisite if ( is_multisite() && isset($_GET[‘networkwide’]) && 1 == $_GET[‘networkwide’] ) { add_site_option( ‘my_settings_id’, $data … Read more