openid-connect-generic
openid-connect-generic copied to clipboard
Shortcodes Not Properly Configured for All Supported Attributes
Hi,
You are passing $atts to get_authentification_url() in make_login_button() but everything beside button_text is removed from $atts. So If I do the shortcode like that:
[openid_connect_generic_login_button button_text="Über Learnlinked anmelden" redirect_to="test"] and check $atts in make_login_button() everything is fine. When I check $atts in get_authentification_url() only button_text is there. Could you add all attributes in make_login_button() to make it work?
All the best,
Patrick