DescriptionDescription
This event is triggered before the lightbox opens.
ArgumentsArguments
Argument | Type | Description |
item | node | Node opened in the lightbox |
ExampleExample
JS
Grid settings – JS field
wpgb.lightbox.on( 'open', function( item ) {
console.log( 'open', item );
} );