Hi,
Is there a way of accessing the field that stores the Expiration Date for a listing so I can export it to a csv file and/or add it to the Listings in the Admin dashboard?
thanks
Hi,
Is there a way of accessing the field that stores the Expiration Date for a listing so I can export it to a csv file and/or add it to the Listings in the Admin dashboard?
thanks
Hi,
Yes, it’s possible, but it requires custom implementation; please check this tutorial: How to Add and Customize the Admin Columns in WordPress. Please note that the listing is a custom post type hp_listing,
and the meta field is hp_expired_time
(it stores the expiration timestamp).
I hope this is helpful to you.
yes that is great - thank you. hp_expired_time is the field I was trying to find for Expiration Date.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.