SearchWP

This Documentation is for SearchWP Version 3

Available since: 2.6

searchwp_show_filter_conflict_notices

View Parameters »

SearchWP utilizes a few key hooks to integrate with WordPress. There is functionality built in that attempts to detect whether there may be a conflict due to usage of these hooks that may cause problems with the way SearchWP operates. This detection is extremely arbitrary, so it’s disabled by default. You can also view this data within your System Information at any time.

If however you would like these conflict notices to be displayed in the WordPress administration area, you can add the following to your theme’s functions.php:

<?php
add_filter( 'searchwp_show_filter_conflict_notices', '__return_true' );
view raw functions.php hosted with ❤ by GitHub

Parameters

Parameter Type Description
$display Boolean

Defaults to false

[wpforms id="3080"]