Skip to content

Instantly share code, notes, and snippets.

@supercleanse
Last active August 29, 2015 14:10
Show Gist options
  • Save supercleanse/8a59e127a7f10387e24b to your computer and use it in GitHub Desktop.
Save supercleanse/8a59e127a7f10387e24b to your computer and use it in GitHub Desktop.
MemberPress Transaction Count for a given user & product
<?php
$mpdb = new MeprDb();
$count = $mpdb->get_count($mpdb->transactions, array(
'user_id'=>$txn->user_id,
'product_id'=>$txn->product_id,
'status'=>'complete'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment