Skip to content

Instantly share code, notes, and snippets.

@FernE97
FernE97 / custom_trim_words.php
Last active November 16, 2020 16:14
PHP: WordPress modified wp_trim_words to include tags
<?php
// Custom Excerpt
function custom_trim_words( $text, $num_words = 55, $more = null ) {
if ( null === $more )
$more = __( '&hellip;' );
$original_text = $text;
$text = strip_shortcodes( $text );
// Add tags that you don't want stripped