blogid; switch_to_blog($blog_id); require PMXI_Plugin::ROOT_DIR . '/schema.php'; dbDelta($plugin_queries); // sync data between plugin tables and wordpress (mostly for the case when plugin is reactivated) $post = new PMXI_Post_Record(); $wpdb->query('DELETE FROM ' . $post->getTable() . ' WHERE post_id NOT IN (SELECT ID FROM ' . $wpdb->posts . ')'); switch_to_blog($old_blog); return; } }