Browse: Home / Hooks /

learndash_payment_button_markup

apply_filters( 'learndash_payment_button_markup',  string $button )

Filters payment button HTML right before output. Fires in the end.


Description #


Parameters #

$button

(string) Payment button HTML markup. Can contain all types of buttons.


Return #

(string) Payment button HTML markup.


Source #

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


Changelog #

Changelog
Version Description
4.5.0 Introduced.