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
:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'searchwp_show_filter_conflict_notices', '__return_true' ); |
Parameters
Parameter | Type | Description |
---|---|---|
$display |
Boolean |
Defaults to |