query( "DELETE FROM {$wpdb->prefix}options WHERE option_name LIKE 'ap_%'" ); //note in multisite looping through blogs to delete options on each blog does not scale. You'll just have to leave them.