Change wordpress admin home page

There’s a filter called login_redirect where you can change the URL users get redirected to after logging in. There’s a nice example in the comments of the documentation page here: https://developer.wordpress.org/reference/hooks/login_redirect/ Here’s a suggestion of how you could modify it to do what you want: function wpdocs_my_login_redirect( $url, $request, $user ) { if ( $user … Read more

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