Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 29, 2022 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save searchwpgists/ca3cbde73d339913897c8dc3ed3483b7 to your computer and use it in GitHub Desktop.
Save searchwpgists/ca3cbde73d339913897c8dc3ed3483b7 to your computer and use it in GitHub Desktop.
Disable SearchWP Admin Bar entry
<?php
// Disable SearchWP Admin Bar entry.
add_filter( 'searchwp\admin_bar', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment