Quantcast
Channel: Topic Tag: plugin | WordPress.org
Viewing all articles
Browse latest Browse all 26892

micronda on "[Plugin: WooCommerce - excelling eCommerce] Ajax issue and custom role rights"

$
0
0

I'll try and get them to set up an option inside the plugin..... Although that could be difficult... :-)

I found the code that I think is the culprit (inside clients_convert.php) =>

$first_name = get_user_meta( $user_id, 'first_name', true );

                        if ( !$first_name ) {

                            $first_name = $user_object->get('user_login');

                            update_user_meta( $user_id, 'first_name', $first_name );

                        }

But wouldn't know how to change it without breaking it :-D


Viewing all articles
Browse latest Browse all 26892

Trending Articles