Skip to content

Instantly share code, notes, and snippets.

View webelious's full-sized avatar

Code Collective webelious

View GitHub Profile
@txemaleon
txemaleon / functions.php
Last active March 26, 2021 17:26
Allow HTML Tags in WordPress Excerpts
<?php
/**
* Allow HTML Tags in Wordpress Excerpt
*
* @link http://wordpress.stackexchange.com/questions/141125/allow-html-in-excerpt/141136
*/
if ( ! function_exists( 'wpse_custom_wp_trim_excerpt' ) ) :
function wpse_custom_wp_trim_excerpt( $wpse_excerpt ) {