SearchWP

This Documentation is for SearchWP Version 3

Available since: 3.0

searchwp_th_auto_filter_excerpt

View Parameters »

When highlighting is enabled, SearchWP will automatically highlight excerpts. You can disable that functionality using this hook:

<?php
// Prevent SearchWP from automatically highlighting excerpts.
add_filter( 'searchwp_th_auto_filter_excerpt', '__return_false' );
view raw functions.php hosted with ❤ by GitHub

Parameters

Parameter Type Description
$enabled Boolean

Whether to automatically highlight excerpts