apply_filters( 'learndash_login_url', string $url, string $action, array $atts )

Filters the login URL that a user will be sent to for login. This filter can also be used for logout URL the user will be sent to after the logout action.


Description Description


Parameters Parameters

$url

URL to be redirected

$action

The action attribute with two possible values login if the user is logged in and logout otherwise.

$atts

Shortcode Attributes.


Top ↑

Source Source

File: themes/ld30/includes/shortcodes.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.