Open login logo URL in new tab
Using add_filter('login_headerurl', fn() = FRONTEND);
i was able to change the login logo URL.
But i couldn't find a way to make it open in a new tab.
Or in other words, how can i add target=blank to the login Logo link?
Kinda like:
h1a href=https://ex.com/ title=Some title target=_blankSite Name/a/h1
Topic wp-login-form links wp-admin customization Wordpress
Category Web