WP-API user email change confirmation

wp-api didn’t has any route for new user registration as the route /users requires authentication for create operation As far as I know, using proper authentication (I’m using JWT), rest API does let you create new users. The problem is that if you go that way, you have to implement your own mail-verifcation system, since … Read more

SQL Query to Update Admin Email

While your SQL query will probably do the trick, you don’t need to interface directly with the database to accomplish this. The preferred methods would by using WordPress’ update_option() function or by running the WP-CLI command:wp option update. Via update_option() To override the admin email change confirmation process, add the following to your functions.php file … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)