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