Replies: 0
Hello,
I’m using this plugin with WP-Members Security Extension,
but I have an issue during the registration:
Undefined property: WP_Members::$fields
wp-members-security/includes/class-wp-members-security.php on line 662
This is the line
if ( ! in_array( 'password', $wpmem->fields ) ) {
maybe $wpmem->fields should be replaced with wpmem_fields() ?
thank you!