Before the wpmem_register_form_rows filter was added, the way to insert a separator line of text into the registration form was by using php’s str_replace function to search/replace text/HTML in the form with the wpmem_register_form filter. While that way still works, wpmem_register_form_rows allows you an alternate approach that is much more simple using the wpmem_array_insert() API function.
To gain full access to WP-Members premium content, a current support subscription is required. You can purchase
an annual support subscription for as little as $59, which provides you with access to priority support, a
customer support forum, access to code snippets, and more.
Why wait? Choose your subscription option here.
[Why join?]
Welcome to RocketGeek Interactive › Forums › Add a separator line of text in the registration form (wpmem_register_form_rows version)
Tagged: str_replace, tips, wpmem_array_insert, wpmem_register_form, wpmem_register_form_rows