Skip to content

Instantly share code, notes, and snippets.

@tictag
tictag / gist:00cee568289f2c122ce220b4ea10e871
Created July 16, 2019 06:28
Add Gift Aid status to PMPro Member and Orders Lists and CSV Exports
// Add Gift Aid to *Members List*
// heading
function my_pmproga_memberslist_extra_cols_header() { ?>
<th><?php _e('Gift Aid', 'pmpro');?></th>
<?php }
add_action("pmpro_memberslist_extra_cols_header", "my_pmproga_memberslist_extra_cols_header");
// column