software:eventsmanager
This is an old revision of the document!
Export Transactions
$results = $wpdb->get_results("SELECT * FROM ".EM_TRANSACTIONS_TABLE." WHERE booking_id='".$EM_Booking->booking_id."'", ARRAY_A);
foreach ($results as $result){
echo $results['transaction_id']; //this is the transaction id for example
}
software/eventsmanager.1371408198.txt.gz · Last modified: by superwizard
