Problem:
I have a CPT called Member_Profile with a field called "expiration-date" which defaults to the following year when a new member signs up, since membership is good for one year. All memberships expire on 31-Dec-yyyy. This field hold only yyyy. I have to update this field manually in the Types Post Field Group every December. I am trying to write a PHP function or filter to do this automatically but not sure how to do it.
Solution:
Yes, it needs custom codes, for example, you can try the filter hook "wpt_field_options", like this:
Relevant Documentation:
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Hong_Kong (GMT+08:00)
This topic contains 4 replies, has 2 voices.
Last updated by 5 years, 12 months ago.
Assisted by: Luo Yang.