Submit
Path:
~
/
home
/
getwphos
/
public_html
/
sdp
/
wp-content
/
plugins
/
mailchimp-for-wp
/
integrations
/
prosopo-procaptcha
/
File Content:
class-procaptcha-integration.php
<?php defined('ABSPATH') or exit; /** * Class MC4WP_Ninja_Forms_Integration * * @ignore */ class MC4WP_Procaptcha_Integration extends MC4WP_Integration { /** * @var string */ public $name = 'Procaptcha (by Prosopo)'; /** * @var string */ public $description = 'Privacy-friendly and GDPR-compliant anti-bot protection.'; /** * @return void */ protected function add_hooks() { } /** * @return bool */ public function is_installed() { return true; } /** * @return array */ public function get_ui_elements() { return array( 'procaptcha_site_key', 'procaptcha_secret_key', ); } /** * @return array */ protected function get_default_options() { return array( 'enabled' => '0', 'css' => '0', 'site_key' => '', 'secret_key' => '', 'theme' => 'light', 'type' => 'frictionless', 'display_for_authorized' => '0', ); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
admin-after.php
5241 bytes
0644
admin-before.php
419 bytes
0644
bootstrap.php
137 bytes
0644
class-procaptcha-integration.php
901 bytes
0644
class-procaptcha.php
9253 bytes
0644
N4ST4R_ID | Naxtarrr