Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions onelogin-saml-sso/php/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ function checkIsExternalURLAllowed($url, $trustedSites = [])
}

function saml_custom_login_footer() {
if (!function_exists('is_plugin_active')) {
include_once ABSPATH . 'wp-admin/includes/plugin.php';
}

$saml_login_message = get_option('onelogin_saml_customize_links_saml_login');
if (empty($saml_login_message)) {
$saml_login_message = "SAML Login";
Expand Down