PluginProbe
Magic Login – Magic Link & Passwordless Authentication for WordPress – Login Without Password / 2.2
Magic Login – Magic Link & Passwordless Authentication for WordPress – Login Without Password v2.2
2.8.1 2.1 2.1.1 2.1.2 2.1.3 2.2 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.4 2.4.1 2.4.2 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.3 2.7 2.7.1 2.8 trunk All 48 releases
magic-login / includes / constants.php

constants.php in Magic Login – Magic Link & Passwordless Authentication for WordPress – Login Without Password 2.2, at includes/constants.php

22 lines 630 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Constants
4 *
5 * @package MagicLogin
6 */
7
8 namespace MagicLogin\Constants;
9
10 const TOKEN_USER_META = 'magic_login_token';
11 const SETTING_OPTION = 'magic_login_settings';
12 const CRON_HOOK_NAME = 'magic_login_cleanup_expired_tokens';
13
14
15 // urls
16 const DOCS_URL = 'https://handyplugins.co/docs-category/magic-login-pro/';
17 const BLOG_URL = 'https://handyplugins.co/blog/';
18 const FAQ_URL = 'https://handyplugins.co/magic-login-pro/#faq';
19 const SUPPORT_URL = 'https://wordpress.org/support/plugin/magic-login/';
20 const GITHUB_URL = 'https://github.com/HandyPlugins';
21 const TWITTER_URL = 'https://x.com/HandyPlugins';
22