Skip to content

Instantly share code, notes, and snippets.

@wp-user-manager
Created September 16, 2020 08:42
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/f60046398c59b6114d681cfcf00ef8aa to your computer and use it in GitHub Desktop.
Save wp-user-manager/f60046398c59b6114d681cfcf00ef8aa to your computer and use it in GitHub Desktop.
<?php
function my_wpum_account_tab_content() {
// render content
}
add_action( 'wpum_account_page_content_custom-slug', 'my_wpum_account_tab_content' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment