Home › Forums › Pro Support › Hide sortcode from search results › Reply To: Hide sortcode from search results
May 30, 2019 at 4:15 pm
#9615
Keymaster
Hi there,
Try this PHP:
add_filter( 'get_the_excerpt', 'strip_shortcodes', 20 );
Let me know 🙂