MarieComet / mc-acf-flexible-template

WordPress plugin makes it possible to save the ACF flexible content fields as templates
71 stars 20 forks source link

Fix acf.doAction('validation_begin') #21

Closed acf-extended closed 4 years ago

acf-extended commented 4 years ago

Added fix for compatibility. acf.doAction('validation_begin', $form); now provides $form as parameter to fit native ACF hook usage & let other plugins use the hook. Tested and working.