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.


Top ↑

Source Source

File: includes/functions/llms.functions.page.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.9.0 Added $value and $permalink parameters.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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