query(" DELETE FROM {$wpdb->postmeta} WHERE meta_key LIKE '_igny8_%' "); */ // Unschedule cron jobs $timestamp = wp_next_scheduled('igny8_sync_post_statuses'); if ($timestamp) { wp_unschedule_event($timestamp, 'igny8_sync_post_statuses'); } $timestamp = wp_next_scheduled('igny8_sync_site_data'); if ($timestamp) { wp_unschedule_event($timestamp, 'igny8_sync_site_data'); } $timestamp = wp_next_scheduled('igny8_sync_from_igny8'); if ($timestamp) { wp_unschedule_event($timestamp, 'igny8_sync_from_igny8'); } // Note: Taxonomies and terms are NOT deleted // They remain in WordPress for user reference // Only the taxonomy registration is removed