Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Created November 26, 2019 00:02
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 KaineLabs/81e0b5c9ee3213383bea0b1cc19009fb to your computer and use it in GitHub Desktop.
Save KaineLabs/81e0b5c9ee3213383bea0b1cc19009fb to your computer and use it in GitHub Desktop.
Disable 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