gpeb_entry_form DescriptionUsageParametersDescription Filters the form object for the current entry in the current block. Usage add_filter( 'gpeb_entry_form', 'my_custom_function' ); Parameters form array The form for the current entry. entry array The current entry being rendered. block array The block object for the current block.