Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<?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