Skip to content

Instantly share code, notes, and snippets.

@wp-user-manager
Last active October 30, 2025 19:55
Show Gist options
  • Select an option

  • Save wp-user-manager/b68f43658b51d2d899ebdcb8bda92303 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

@mahmutelmas06

Copy link
Copy Markdown

Is it possible to set default cover image till user changes it?

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