├── css └── recaptcha-options.css ├── images ├── grecaptcha-theme-dark.png ├── grecaptcha-theme-light.png ├── recaptcha-theme-blackglass.png ├── recaptcha-theme-clean.png ├── recaptcha-theme-red.png └── recaptcha-theme-white.png ├── inc ├── class-wp_recaptcha.php ├── class-wp_recaptcha_awesome_support.php ├── class-wp_recaptcha_bbpress.php ├── class-wp_recaptcha_captcha.php ├── class-wp_recaptcha_cforms2.php ├── class-wp_recaptcha_contactform7.php ├── class-wp_recaptcha_ninjaforms.php ├── class-wp_recaptcha_nocaptcha.php ├── class-wp_recaptcha_options.php ├── class-wp_recaptcha_recaptcha.php ├── class-wp_recaptcha_woocommerce.php ├── recaptchalib.php └── woocommerce │ └── myaccount │ └── form-lost-password.php ├── js ├── recaptcha-options.js └── wpcf7.js ├── languages ├── wp-recaptcha-integration-cs_CZ.mo ├── wp-recaptcha-integration-cs_CZ.po ├── wp-recaptcha-integration-de_DE.mo ├── wp-recaptcha-integration-de_DE.po ├── wp-recaptcha-integration-es_ES.mo ├── wp-recaptcha-integration-es_ES.po ├── wp-recaptcha-integration-it_IT.mo ├── wp-recaptcha-integration-it_IT.po ├── wp-recaptcha-integration-pt_BR.mo ├── wp-recaptcha-integration-pt_BR.po ├── wp-recaptcha-integration-pt_PT.mo ├── wp-recaptcha-integration-pt_PT.po └── wp-recaptcha-integration.pot ├── readme.txt ├── screenshot-1.png ├── screenshot-2.png ├── screenshot-3.png └── wp-recaptcha-integration.php /css/recaptcha-options.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/css/recaptcha-options.css -------------------------------------------------------------------------------- /images/grecaptcha-theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/images/grecaptcha-theme-dark.png -------------------------------------------------------------------------------- /images/grecaptcha-theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/images/grecaptcha-theme-light.png -------------------------------------------------------------------------------- /images/recaptcha-theme-blackglass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/images/recaptcha-theme-blackglass.png -------------------------------------------------------------------------------- /images/recaptcha-theme-clean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/images/recaptcha-theme-clean.png -------------------------------------------------------------------------------- /images/recaptcha-theme-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/images/recaptcha-theme-red.png -------------------------------------------------------------------------------- /images/recaptcha-theme-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/images/recaptcha-theme-white.png -------------------------------------------------------------------------------- /inc/class-wp_recaptcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/class-wp_recaptcha.php -------------------------------------------------------------------------------- /inc/class-wp_recaptcha_awesome_support.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/class-wp_recaptcha_awesome_support.php -------------------------------------------------------------------------------- /inc/class-wp_recaptcha_bbpress.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/class-wp_recaptcha_bbpress.php -------------------------------------------------------------------------------- /inc/class-wp_recaptcha_captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/class-wp_recaptcha_captcha.php -------------------------------------------------------------------------------- /inc/class-wp_recaptcha_cforms2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/class-wp_recaptcha_cforms2.php -------------------------------------------------------------------------------- /inc/class-wp_recaptcha_contactform7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/class-wp_recaptcha_contactform7.php -------------------------------------------------------------------------------- /inc/class-wp_recaptcha_ninjaforms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/class-wp_recaptcha_ninjaforms.php -------------------------------------------------------------------------------- /inc/class-wp_recaptcha_nocaptcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/class-wp_recaptcha_nocaptcha.php -------------------------------------------------------------------------------- /inc/class-wp_recaptcha_options.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/class-wp_recaptcha_options.php -------------------------------------------------------------------------------- /inc/class-wp_recaptcha_recaptcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/class-wp_recaptcha_recaptcha.php -------------------------------------------------------------------------------- /inc/class-wp_recaptcha_woocommerce.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/class-wp_recaptcha_woocommerce.php -------------------------------------------------------------------------------- /inc/recaptchalib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/recaptchalib.php -------------------------------------------------------------------------------- /inc/woocommerce/myaccount/form-lost-password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/inc/woocommerce/myaccount/form-lost-password.php -------------------------------------------------------------------------------- /js/recaptcha-options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/js/recaptcha-options.js -------------------------------------------------------------------------------- /js/wpcf7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/js/wpcf7.js -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-cs_CZ.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-cs_CZ.mo -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-cs_CZ.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-cs_CZ.po -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-de_DE.mo -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-de_DE.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-de_DE.po -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-es_ES.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-es_ES.mo -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-es_ES.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-es_ES.po -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-it_IT.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-it_IT.mo -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-it_IT.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-it_IT.po -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-pt_BR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-pt_BR.mo -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-pt_BR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-pt_BR.po -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-pt_PT.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-pt_PT.mo -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration-pt_PT.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration-pt_PT.po -------------------------------------------------------------------------------- /languages/wp-recaptcha-integration.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/languages/wp-recaptcha-integration.pot -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/readme.txt -------------------------------------------------------------------------------- /screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/screenshot-1.png -------------------------------------------------------------------------------- /screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/screenshot-2.png -------------------------------------------------------------------------------- /screenshot-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/screenshot-3.png -------------------------------------------------------------------------------- /wp-recaptcha-integration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weDevsOfficial/wp-recaptcha-integration/HEAD/wp-recaptcha-integration.php --------------------------------------------------------------------------------