Hi,
When using command line wp create user with --user_url argument, the value is ignored.
Step to reproduce :
/usr/bin/php /usr/local/bin/wp-cli --path='/path/to/wordpress/' user create 'testurl' '[email protected]' --role='editor' --user_pass='strong_password' --first_name='first' --last_name='last' --user_url='http://www.testsite.com' --debug
No error reported in debug.
Then :
/usr/local/bin/wp-cli --path='/path/to/wordpress/' user get testurl --fields=user_url
Return empty value instead of http://www.testsite.com
Hi,
When using command line
wp create userwith --user_url argument, the value is ignored.Step to reproduce :
/usr/bin/php /usr/local/bin/wp-cli --path='/path/to/wordpress/' user create 'testurl' '[email protected]' --role='editor' --user_pass='strong_password' --first_name='first' --last_name='last' --user_url='http://www.testsite.com' --debugNo error reported in debug.
Then :
/usr/local/bin/wp-cli --path='/path/to/wordpress/' user get testurl --fields=user_urlReturn empty value instead of http://www.testsite.com