learndash_add_login_hash( string $url = '' )
Adds ‘#login’ to the end of a the login URL.
Description Description
Used throughout the LD30 login model and processing functions.
Parameters Parameters
- $url
-
(Optional) URL to check and append hash.
Default value: ''
Return Return
(string) Returns URL after adding login hash.
Source Source
File: themes/ld30/includes/login-register-functions.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.2 | Introduced. |