Home › Forums › Bulk Delete Addons › Delete Posts by Custom Field › Delete based on multiple values for custom fields › Reply To: Delete based on multiple values for custom fields
Hi Sudar,
That did work by the way I was wondering if you could help with some of the complicated php stuff???
I have custom post type called ‘package’
These have a foreach loop setup with the following:
$transaction_package_id = $key->package_id;
and inside that we have a custom field called: ‘package_days_amount’ ‘$package_days_amount’
What we are trying to do is pull the value of the above, and put them into another custom post type called ‘events’
into some other custom fields called:
‘package_days_amount’ ‘$package_days_amount’
This is the complicated stuff that i’m struggling with but you might find easy :/ ???