apply_filters( 'lifterlms_get_endpoint_url', string $url , string $endpoint , string $value , string $permalink )
Filter the final endpoint URL.
Parameters Parameters
- $url
-
(string) The endpoint URL.
- $endpoint
-
(string) ID of the endpoint.
- $value
-
(string) Endpoint query parameter value.
- $permalink
-
(string) Base URL to append the endpoint to. Optional, uses the current page when not supplied.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.9.0 | Added $value and $permalink parameters. |
1.0.0 | Introduced. |