Daily Use

Use Magic Link Form with Shortcode

Use this when you want a custom login page instead of the default WordPress login screen.

Shortcode

Use:

[magic_link_form]

Common Examples

  • Basic form: [magic_link_form]
  • Redirect users after login: [magic_link_form redirect="https://yoursite.com/my-account"]
  • Hide account creation checkbox: [magic_link_form show_registration="false"]

Where to Add It

  • Any WordPress page
  • Block editor Shortcode block
  • Classic editor content

After publishing the page, users can request a magic link directly from that page.

Was this page helpful?

Previous
Login from WordPress Login Screen