How to remove links from suggestions?

After clicking a suggestion or hitting enter/return, the customer will be redirected to a new page. You can disable links in suggestions using the following filter. This solution works with FiboSearch v1.9.1 and higher.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
add_filter( 'dgwt/wcas/scripts/disable_hits', '__return_true' );
add_filter( 'dgwt/wcas/scripts/disable_hits', '__return_true' );
add_filter( 'dgwt/wcas/scripts/disable_hits', '__return_true' );

Learn how to add this snippet to your WordPress.