Description
Filter whether an entry deleted using the Delete Link in a block should skip the trash and immediately be deleted permanently.
Usage
add_filter( 'gpeb_delete_entry_permanently', '__return_true' );
Parameters
delete_permanently bool
Whether the entry should skip the trash and be deleted permanently. Defaults to
false
.entry array
The entry being trashed/deleted.
Since
This filter is available since Gravity Forms Entry Blocks 1.0-alpha-1.2.