updated plugin Easy Digital Downloads version 3.1.2

This commit is contained in:
2023-06-28 12:45:44 +00:00
committed by Gitium
parent 44df590080
commit f710fa7de2
120 changed files with 5556 additions and 3347 deletions

View File

@ -161,7 +161,7 @@ add_filter( 'login_url', 'edd_update_login_url', 10, 3 );
function edd_update_login_url( $url, $redirect_to, $force_reauth ) {
// Don't change the login URL if the request is an admin request.
if ( is_admin() ) {
if ( ! edd_doing_ajax() && is_admin() ) {
return $url;
}