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
@@ -567,6 +566,10 @@ function plugin_setting_select_onelogin_saml_advanced_digestalgorithm() {
567
566
'<p class="description">'.__("Algorithm that will be used on digest process").'</p>';
568
567
}
569
568
569
+
functionplugin_section_status_text() {
570
+
echo"<p>".__("Use this flag for enable or disable the SAML support.", 'onelogin-saml-sso')."</p>";
571
+
}
572
+
570
573
functionplugin_section_idp_text() {
571
574
echo"<p>".__("Set information relating to the IdP that will be connected with our WordPress. You can find these values at the Onelogin's platform inside WordPress on the Single Sign-On tab.", 'onelogin-saml-sso')."</p>";
0 commit comments