Description
This filter hook allows you to change the heading of the registration form. This makes it much easier than the alternative approach of using wpmem_register_form filter and doing a str_replace.
Similar to wpmem_user_edit_heading.
Usage
add_filter( 'wpmem_register_heading', 'my_register_heading' );
function my_register_heading( $heading ) {
return 'New Members Complete This Form';
}Code Snippet Library [Subscriber Content]
See a list of all filter and action hooks