Skip to content

Instantly share code, notes, and snippets.

@wp-user-manager
Last active March 4, 2023 21:14
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 wp-user-manager/b68f43658b51d2d899ebdcb8bda92303 to your computer and use it in GitHub Desktop.
Save wp-user-manager/b68f43658b51d2d899ebdcb8bda92303 to your computer and use it in GitHub Desktop.
WP User Manager - Custom profiles/cover.php template to disable the display of the cover photo on the profile
<?php
/**
* The Template for displaying the profile cover.
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;
@wp-user-manager
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment