diff --git a/templates/listing-form/custom-fields/button.php b/templates/listing-form/custom-fields/button.php index 583c604ab..608a956e2 100644 --- a/templates/listing-form/custom-fields/button.php +++ b/templates/listing-form/custom-fields/button.php @@ -2,13 +2,16 @@ /** * @author wpWax * @since 6.6 - * @version 7.0.5.6 + * @version 8.7 */ if ( ! defined( 'ABSPATH' ) ) exit; + +// Get conditional logic attributes using centralized method +$conditional_logic_attr = $listing_form->get_conditional_logic_attributes( $data ); ?> -