llms_locate_order_for_user_and_plan( int $user_id, int $plan_id )

Find an existing order for a given plan by a given user.


Description Description


Parameters Parameters

$user_id

(Required)

$plan_id

(Required)


Top ↑

Return Return

(mixed) null if no order found, WP_Post ID as an int if found


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.30.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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