SearchWP

This Documentation is for SearchWP Version 3

Available since: 2.4.5

searchwp_dashboard_widget

SearchWP ships with a Dashboard Widget showing engine statistics right when you log in to WordPress. If you would prefer to have SearchWP omit outputting this Widget entirely you can add the following to your theme’s functions.php:

<?php
add_filter( 'searchwp_dashboard_widget', '__return_false' );
view raw gistfile1.php hosted with ❤ by GitHub