$pm ) : if ( ! $pm instanceof Payment_Method_Option || ! $pm->is_valid() ) { continue; } $input_id = "sequra_payment_method_{$key}"; $more_info = ''; if ( $pm->should_show_more_info() ) { $more_info = sprintf( '%s', esc_attr( (string) $args['cart_total'] ), esc_attr( (string) $pm->product ), esc_attr( (string) ( $pm->campaign ?? '' ) ), esc_attr__( 'More information', 'sequra' ), esc_html__( '+info', 'sequra' ) ); } ?>