Browse: Home / Functions /

learndash_payment_buttons

learndash_payment_buttons( int|WP_Post $post )

Generates the LearnDash payment buttons output.


Description #


Parameters #

$post

(int|WP_Post) (Required) Post ID or WP_Post object.


Return #

(string) The payment buttons HTML output.


Source #

File: includes/payments/ld-payments-functions.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.