Actualizacion de codigo para crear formularios en las paginas de wordpress de OYV a version 7 5.9

Desde Marzo 04, 2024 06:00 hasta Marzo 04, 2024 07:00

En Oficinas OYV

Publicado por Rodrigo Galvez

Categorías: Programación web

Hits: 7


Actualizacion de codigo para crear formularios en las paginas de wordpress de OYV a version 7 5.9. Se actualizo el codigo a la ultima version para las siguientes mejoras en el sistema: Block editor: Upgrades the apiVersion to 3. Updates the fifth parameter of wp_enqueue_script() and wp_register_script() function calls. Improves efficiency of schema loading. Applies the enum validation to drop-down menu fields and checkboxes. WPCF7_Mail: Introduces get_current_template_name() and get_current_component_name(). SWV: Reorganizes the PHP classes for rules under the Contactable\SWV namespace. SWV: Applies wp_unslash() to user inputs. Introduces the WPCF7_MailTag_OutputCalculator class that has an ability to calculate the output of a mail-tag based on the SWV schema. Config validator: Validates the email configuration more precisely using WPCF7_MailTag_OutputCalculator. Introduces the WPCF7_PipesHolder trait that manages the form-wide pipes. Submission: Improves the setup_posted_data() method. Checkboxes: Changes the field name used for the free_text option. Acceptance checkbox: Adds support for the selectable-values feature.