0 events found.
add_filter( 'wpbdp_show_contact_form', function( $show, $listing_id ) { $email = wpbdp_get_listing_field_value( $listing_id, 'email' ); if ( empty( $email ) ) { return false; // Hide form if no email } return $show; }, 10, 2 );