Created
July 2, 2019 14:04
-
-
Save MjHead/dd8e45456f125a6068553a6032183db3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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