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