DescriptionDescription
This action is fired when the plugin is loaded and instantiated before to be initialized.
ExampleExample
PHP
functions.php
function prefix_plugin_loaded() {
// Run any action you need here.
}
add_action( 'wp_grid_builder/loaded', 'prefix_plugin_loaded' );