Skip to content

Instantly share code, notes, and snippets.

@MjHead
Created July 2, 2019 14:04
Show Gist options
  • Save MjHead/dd8e45456f125a6068553a6032183db3 to your computer and use it in GitHub Desktop.
Save MjHead/dd8e45456f125a6068553a6032183db3 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'jet-abaf/db/additional-db-columns', function( $columns ) {
$columns = array(
'user_email',
'order_id'
);
return $columns;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment