Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Created July 2, 2019 05:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaineLabs/8a542a7c54139559021d8558c49cd299 to your computer and use it in GitHub Desktop.
Save KaineLabs/8a542a7c54139559021d8558c49cd299 to your computer and use it in GitHub Desktop.
Disable Profile Navbar
<?php
// Disable Navbar
add_filter( 'yz_display_profile_navbar', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment