Advanced Custom Fields Pro 6.2.9

Download Advanced Custom Fields Pro 6.2.9 from nulled fire. Advanced Custom Fields Pro unlock ACF v5 plus the repeater field, flexible content field.
Tab field: Allowed HTML within field label to show in tab
Core: Improved plugin update class
Language: Updated Portuguese translation - thanks to Pedro Mendonça
Language: Updated Brazilian Portuguese translation - thanks to Rafael Ribeiro
  • Google Map field: Added new google_map_init JS action
  • Core: Minor fixes and improvements
  • Language: Updated Swiss German translation - thanks to Raphael Hüni
  • Language: Updated French translation - thanks to Maxime Bernard-Jacquet
= 5.5.10 =
* API: Added new functionality to the `acf_form()` function:
* - added new 'html_updated_message' setting
* - added new 'html_submit_button' setting
* - added new 'html_submit_spinner' setting
* - added new 'acf/pre_submit_form' filter run when form is successfully submit (before saving $_POST)
* - added new 'acf/submit_form' action run when form is successfully submit (after saving $_POST)
* - added new '%post_id%' replace string to the 'return' setting
* - added new encryption logic to prevent $_POST exploits
* - added new `acf_register_form()` function
* Core: Fixed bug preventing values being loaded on a new post/page preview
* Core: Fixed missing 'Bulk Actions' dropdown on sync screen when no field groups exist
* Core: Fixed bug ignoring PHP field groups if exists in JSON
* Core: Minor fixes and improvements