Description
This filter hook allows you to change the heading of the registration form when in the user edit state (on the members area shortcode page).
Similar to wpmem_register_heading.
Usage
add_filter( 'wpmem_user_edit_heading', 'my_user_edit_heading' ); function my_user_edit_heading( $heading ) { return 'Update your registration data'; }
Code Snippet Library [Subscriber Content]
See a list of all filter and action hooks