Problem:
How to use apply same function to multiple post forms IDs using action hook cred_save_data?
Solution:
You try with PHP function in_array, for example:
$forms = array(1123, 4647 ); if ( in_array($form_data['id'], $forms) ){ ... }
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.
Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.
Este tema deriva de https://toolset.com/es/forums/topic/custom-post-type-form-field-blank-after-first-use/
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)
Este tema contiene 2 respuestas, tiene 2 mensajes.
Última actualización por hace 3 años, 7 meses.
Asistido por: Luo Yang.