Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 25, 2022 17:55
Show Gist options
  • Save searchwpgists/8e686f673e27b206e6e3ff909b311be9 to your computer and use it in GitHub Desktop.
Save searchwpgists/8e686f673e27b206e6e3ff909b311be9 to your computer and use it in GitHub Desktop.
Disable the SearchWP Statistics Dashboard Widget.
<?php
// Disable the SearchWP Statistics Dashboard Widget.
add_filter( 'searchwp\admin\dashboard_widgets\statistics', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment