1 2 3 4 | <?php $summary = get_field( 'progress_description' ); echo mb_strimwidth( $summary , 0, 150, "..." ); ?> |
1 2 3 4 | <?php $summary = get_field( 'progress_description' ); echo mb_strimwidth( $summary , 0, 150, "..." ); ?> |
I would love to hear from you, send me a message using the form below.