Skip to content
Snippets Groups Projects

Add post-update hook

 
<?php
 
 
/**
 
* @file
 
* Contains post-update hooks for layout_builder_st.
 
*/
 
 
declare(strict_types=1);
 
 
/**
 
* Rebuilds the container for updating layout_builder_st to v2.0.0.
 
*/
 
function layout_builder_st_post_update_rebuild_container_for_v2(): void {
 
// Empty post-update hook to force a container rebuild.
 
}
Loading