SearchWP

This Documentation is for SearchWP Version 3

Available since: 1.9.4

searchwp_show_conflict_notices

SearchWP has built in conflict detection that aims to uncover common conflicts with other plugins or the active theme. If you would like to prevent these conflict notices from showing in the WordPress Admin, add the following to your theme’s functions.php:

<?php
add_filter( 'searchwp_show_conflict_notices', '__return_false' );
view raw gistfile1.php hosted with ❤ by GitHub
[wpforms id="3080"]