apply_filters( 'learndash_safe_redirect_location', string $location , int $status , string $context )
Filters the redirect location URL.
Description Description
Parameters Parameters
- $location
-
The URL to redirect the user to.
- $status
-
The HTTP Status to set. Default 302.
- $context
-
Unique string provided by the caller to help filter conditions.
Source Source
File: includes/ld-misc-functions.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | Introduced. |