Jordan

Results 3 issues of Jordan

How can we remove the login button from wp-login.php? Turns out it's added here: add_action( 'login_form', [ $this, 'login_button' ] ); But I've been unable to remove that action from...

Currently when the Wordpress filter 'authenticate' throws a WP Error, the plugin redirects to wp_login_url(). Is there a way to filter this URL? When I try changing the redirect_uri via...

I'm trying to remove the login-with-google-css stylesheet (/wp-content/plugins/login-with-google/assets/build/css/login.css), but I'm unable to using the proper hook (wp_enqueue_scripts). Besides, it's also being enqueued while logged in, which doesn't make sense.