SearchWP

This Documentation is for SearchWP Version 3

Available since: 3.0

searchwp_th_do_shortcode

View Parameters »

When highlighting is enabled AND searchwp_th_strip_shortcodes returns false, SearchWP will automatically expand Shortcodes prior to seeking content to highlight. You can prevent that behavior with this hook:

<?php
// Prevent SearchWP from expanding Shortcodes when highlighting.
add_filter( 'searchwp_th_do_shortcode', '__return_false' );
view raw functions.php hosted with ❤ by GitHub

Parameters

Parameter Type Description
$enabled Boolean

Whether to expand Shortcodes prior to highlighting

[wpforms id="3080"]