Beispiel #1
0
 /**
  * See __construct() for details on how this is hooked in to handle the UI for
  * during the verify process.
  */
 function verify_ui()
 {
     Keyring::admin_page_header();
     echo '<p>As an example, we just randomly generated a token and saved it in the token store. When you go back to your Connections listing, you should see it listed there under "Example Service".</p>';
     echo '<p><a href="' . esc_url(Keyring_Util::admin_url()) . '" class="button-primary">' . __('Done', 'keyring') . '</a>';
     Keyring::admin_page_footer();
 }