= 100 ) { $text = $args['text_goal_reached'] ?? ''; } elseif ( $spending_percentage > 0 ) { $text = $args['text_goal_started'] ?? ''; } else { $text = $args['text_goal_zero'] ?? ''; } $classes = array( 'merchant-spending-goal-widget' ); $classes[] = 'merchant-spending-goal-widget__' . ( $is_shortcode ? 'shortcode' : 'regular' ); ?>