Created
September 16, 2020 08:42
-
-
Save wp-user-manager/f60046398c59b6114d681cfcf00ef8aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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