Add extra list item (<li></li>) elements to the Confirmation and Invoice pages. Passes the MemberOrder attached to that invoice.
do_action("pmpro_invoice_bullets_bottom", MemberOrder $pmpro_invoice); |
Parameters
- $pmpro_invoice
- MemberOrder
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/pages/confirmation.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/pages/invoice.php
View in Source CodeRelated Articles and Recipes
Display Your Business Address and VAT Number (optional) on Membership Invoice and Confirmation By Kimberly Coleman
Generate a Unique Member Number for Display on Membership Account, Confirmation Email and More By Jason Coleman