https://www.google.com/recaptcha/ for an account. Version: 1.0.6 Author: Irvin Lim Author URI: https://irvinlim.com License: MIT License URI: https://opensource.org/licenses/MIT */ load_plugin_textdomain('acf-recaptcha', false, dirname(plugin_basename(__FILE__)) . '/lang/'); function include_field_types_recaptcha($version) { include_once('acf-recaptcha-v5.php'); } add_action('acf/include_field_types', 'include_field_types_recaptcha');