This hook executes custom code at the end of an Order page in the WordPress dashboard. The MemberOrder
object is passed.
do_action( 'pmpro_after_order_settings', MemberOrder $order ); |
Parameters
- $order
- the MemberOrder object
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/adminpages/orders.php
View in Source CodeRelated Articles and Recipes
How to display the Member’s Shipping Address in the Orders admin area. By Andrew Lima