Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Created July 2, 2019 05:09
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/b9e94a96d04d081bdc3633404c47aa4b to your computer and use it in GitHub Desktop.
Save KaineLabs/b9e94a96d04d081bdc3633404c47aa4b to your computer and use it in GitHub Desktop.
How to disable profile header ?
<?php
// Disable Profile Header.
add_filter( 'yz_display_profile_header', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment