|
@@ -82,7 +82,7 @@ discard block |
|
|
block discarded – undo |
|
82
|
82
|
// @link https://github.com/wp-premium/memberpress-business/blob/1.3.36/app/controllers/MeprTransactionsCtrl.php#L17-L21 |
|
83
|
83
|
$hook = 'memberpress_page_memberpress-trans'; |
|
84
|
84
|
|
|
85
|
|
- add_filter( 'manage_' .$hook . '_columns', function( $columns ) { |
|
|
85
|
+ add_filter( 'manage_' . $hook . '_columns', function( $columns ) { |
|
86
|
86
|
$columns['pronamic_payment'] = __( 'Pronamic Payment', 'pronamic_ideal' ); |
|
87
|
87
|
|
|
88
|
88
|
return $columns; |
|
@@ -103,7 +103,7 @@ discard block |
|
|
block discarded – undo |
|
103
|
103
|
// @link https://github.com/wp-premium/memberpress-business/blob/1.3.36/app/controllers/MeprSubscriptionsCtrl.php#L19-L26 |
|
104
|
104
|
$hook = 'memberpress_page_memberpress-subscriptions'; |
|
105
|
105
|
|
|
106
|
|
- add_filter( 'manage_' .$hook . '_columns', function( $columns ) { |
|
|
106
|
+ add_filter( 'manage_' . $hook . '_columns', function( $columns ) { |
|
107
|
107
|
$columns['pronamic_subscription'] = __( 'Pronamic Subscription', 'pronamic_ideal' ); |
|
108
|
108
|
|
|
109
|
109
|
return $columns; |
Please login to merge, or discard this patch.