SearchWP

This Documentation is for SearchWP Version 3

Available since: 3.0

searchwp_th_strip_shortcodes

View Parameters »

Using this hook you can control whether SearchWP’s highlighter strips Shortcodes prior to generating an excerpt:

Note: This hook applies only when searchwp_th_do_shortcode returns false!

<?php
// Prevent SearchWP's highlighter from stripping Shortcodes prior to highlighting.
add_filter( 'searchwp_th_strip_shortcodes', '__return_false' );
view raw functions.php hosted with ❤ by GitHub

Parameters

Parameter Type Description
$enabled Boolean

Whether to strip Shortcodes