Description
This filter hook allows you to add content to come before the login form. Similar to wpmem_register_form_before.
Usage
add_filter( 'wpmem_login_form_before', 'my_function' ); function my_function() { $str = '<p>This is content that comes before the login form...</p>'; return $str; }
Code Snippet Library [Subscriber Content]
- Create a rule for updated passwords to meet certain requirements
- Remove the login form from the main content area
See a list of all filter and action hooks