apply_filters( 'llms_get_form_post_pre_query', null|WP_Post $post, string $location, array $args )

Skip core lookup of the form for the request location and return a custom form post.


Description Description


Parameters Parameters

$post

Return a WP_Post object to short-circuit default lookup query.

$location

Form location. Either "checkout", "registration", or "account".

$args

Additional custom arguments.


Top ↑

Source Source

File: includes/forms/class-llms-forms.php


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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