Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Created April 23, 2019 00:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaineLabs/20f2ff985c6892e8632a647b66b9750d to your computer and use it in GitHub Desktop.
Save KaineLabs/20f2ff985c6892e8632a647b66b9750d to your computer and use it in GitHub Desktop.
Hide Members Directory Search Box
<?php
add_filter( 'yz_display_members_directory_search_bar', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment