/home/techb158/public_html/wp-content/plugins/wpforms-lite/templates/education
Edit: /home/techb158/public_html/wp-content/plugins/wpforms-lite/templates/education/promo-banner.php (2937B)
$setup_url,
'setup-text' => $setup_text,
]
);
// The end of the heading and the badge travel to the next line as one piece, so the badge can
// never land on a line of its own. A short word before the last one joins them, otherwise it
// would be left dangling at the end of the previous line.
$heading_words = explode( ' ', $heading );
$words_count = count( $heading_words );
$tail_size = $words_count > 1 && mb_strlen( $heading_words[ $words_count - 2 ] ) <= 3 ? 2 : 1;
$heading_tail = implode( ' ', array_splice( $heading_words, -$tail_size ) );
$heading_start = $heading_words ? implode( ' ', $heading_words ) . ' ' : '';
?>