| @@ -64,6 +64,9 @@ | ||
| 64 | 64 | include_once( WPPB_PLUGIN_DIR.'/front-end/default-fields/textarea/textarea.php' ); |
| 65 | 65 | |
| 66 | 66 | } |
| 67 | 67 | |
| 68 | + /* added turnstile field since version 3.15. */ | |
| 69 | + include_once( WPPB_PLUGIN_DIR.'/front-end/default-fields/turnstile/turnstile.php' ); | |
| 70 | + | |
| 68 | 71 | } |
| 69 | 72 | wppb_include_default_fields_files(); |