You are here

function olivero_removed_post_updates in Drupal 10

Implements hook_removed_post_updates().

File

core/themes/olivero/olivero.post_update.php, line 11
Post update functions for Olivero.

Code

function olivero_removed_post_updates() {
  return [
    'olivero_post_update_add_olivero_primary_color' => '10.0.0',
  ];
}