Retrieving job pack status for all users
Note: I'm willing to pay for help with this problem. Thank you in advance!
On the Edit User page for a job lister, I've found the table showing "Current User Packs" (generated by theme-users.php). But I'm trying to find a page that shows me Current User Packs for all users.
In other words: I need to know who has purchased job packs and how many jobs they have remaining in their job packs.
This seems like a simple request, but I haven't been able to find it anywhere. In the database, I know this information is stored (at least in part) in wp_usermeta, but I have no idea how to decipher the relevant data. For example, here's the value for key "_jr_user_pack-29579-1421680":
Code:
a:8:{s:8:"order_id";i:38719;s:7:"plan_id";i:29579;s:10:"plan_title";s:6:"SINGLE";s:10:"start_date";i:1435247770;s:8:"end_date";i:-1;s:10:"jobs_count";i:1;s:10:"jobs_limit";s:1:"1";s:13:"jobs_duration";s:2:"30";}
Any ideas?