You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For security reasons, AAM escapes all strings that goes through WordPress core function __() that is scoped with advanced-access-manager. However, this escapes quotes. Changing the esc_js to esc_html.
For security reasons, AAM escapes all strings that goes through WordPress core function
__()that is scoped withadvanced-access-manager. However, this escapes quotes. Changing theesc_jstoesc_html.