DescriptionDescription
This action is fired when the plugin update process is completed.
ExampleExample
PHP
functions.php
function prefix_plugin_updated() {
// Run any action you need here.
}
add_action( 'wp_grid_builder/updated', 'prefix_plugin_updated' );