-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
https://developer.wordpress.org/reference/functions/wp_trim_words/
wp_trim_words( string $text, int $num_words = 55, string $more = null )| <?php echo wp_trim_words(esc_html($item->Intro ?: $item->Body)); ?> |
<?php echo wp_trim_words(esc_html($item->Intro ?: $item->Body), $num_words); ?> Metadata
Metadata
Assignees
Labels
No labels