Add note on authentication url shortcode

isekai
GeorgB 5 years ago committed by GitHub
parent f401b3f53b
commit 0c83125c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -361,6 +361,10 @@ class OpenID_Connect_Generic_Settings_Page {
<strong><?php _e( 'Login Button Shortcode' ); ?></strong> <strong><?php _e( 'Login Button Shortcode' ); ?></strong>
<code>[openid_connect_generic_login_button]</code> <code>[openid_connect_generic_login_button]</code>
</p> </p>
<p class="description">
<strong><?php _e( 'Authentication URL Shortcode' ); ?></strong>
<code>[openid_connect_generic_auth_url]</code>
</p>
<?php if ( $this->settings->enable_logging ) { ?> <?php if ( $this->settings->enable_logging ) { ?>
<h2><?php _e( 'Logs' ); ?></h2> <h2><?php _e( 'Logs' ); ?></h2>

Loading…
Cancel
Save