Optionally show the deprecated “coupon amount” field on the Orders admin page and in the Orders CSV export.
pmpro_gateways
pmpro_orders_per_page
Change the default number of items to show on the Members List page.
pmpro_orders_user_row_actions
Add extra user row actions or links to the orders in the dashboard. Works the same as the core user_row actions. Array of actions should be formatted as array(‘key’ => ‘HTML link’)
pmpro_after_order_settings
This hook executes custom code at the end of an Order page in the WordPress dashboard. The MemberOrder
object is passed.
pmpro_orders_extra_cols_header
Add extra columns to the Orders page with the pmpro_orders_extra_cols_body and pmpro_orders_extra_cols_header hooks. Passes the array of order IDs
pmpro_orders_read_only_fields
Modifies the array of fields which are readonly on the Orders page. The callback function should return an array of field names or an empty array to make all fields editable.
pmpro_orders_show_affiliate_ids
Controls whether or not to show affiliate IDs on the Orders Page. This is used by various integrations with affiliate platforms.
pmpro_order_statuses
Filters the list of statuses which can be applied to an order using the “Status” select menu when editing or adding a new order. Passes an array of statuses.
pmpro_orders_search_usermeta
Controls whether or not to also search by usermeta when using the Search functionality on the Orders pages. By default, this is set to false (don’t search usermeta).