olivero.post_update.php in Drupal 10
Post update functions for Olivero.
File
core/themes/olivero/olivero.post_update.phpView source
<?php
/**
* @file
* Post update functions for Olivero.
*/
/**
* Implements hook_removed_post_updates().
*/
function olivero_removed_post_updates() {
return [
'olivero_post_update_add_olivero_primary_color' => '10.0.0',
];
}
Functions
Name | Description |
---|---|
olivero_removed_post_updates | Implements hook_removed_post_updates(). |