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