: 192.168.0.1, 192.168.0., 192.168., 192., 192.168.0.1/8, 123.126.12.243-185.239.34.54
(,
), (;
),
(,
), (;
),
array( 'form_name' => 'Contact Form 7' ),
'si_contact_form' => array( 'form_name' => 'Fast Secure Contact Form' ),
'jetpack_contact_form' => array( 'form_name' => __( 'Jetpack Contact Form', 'google-captcha' ) ),
'sbscrbr' => array( 'form_name' => 'Subscriber' ),
'mailchimp' => array( 'form_name' => 'MailChimp for Wordpress' ),
'bbpress_new_topic_form' => array( 'form_name' => __( 'bbPress New Topic form', 'google-captcha' ) ),
'bbpress_reply_form' => array( 'form_name' => __( 'bbPress Reply form', 'google-captcha' ) ),
'buddypress_register' => array( 'form_name' => __( 'BuddyPress Registration form', 'google-captcha' ) ),
'buddypress_comments' => array( 'form_name' => __( 'BuddyPress Comments form', 'google-captcha' ) ),
'buddypress_group' => array( 'form_name' => __( 'BuddyPress Add New Group form', 'google-captcha' ) ),
'woocommerce_login' => array( 'form_name' => __( 'WooCommerce Login form', 'google-captcha' ) ),
'woocommerce_register' => array( 'form_name' => __( 'WooCommerce Registration form', 'google-captcha' ) ),
'woocommerce_lost_password' => array( 'form_name' => __( 'WooCommerce Reset password form', 'google-captcha' ) ),
'woocommerce_checkout' => array( 'form_name' => __( 'WooCommerce Checkout form', 'google-captcha' ) ),
'wpforo_login_form' => array( 'form_name' => __( 'wpForo Login form', 'google-captcha' ) ),
'wpforo_register_form' => array( 'form_name' => __( 'wpForo Registration form', 'google-captcha' ) ),
'wpforo_new_topic_form' => array( 'form_name' => __( 'wpForo New Topic form', 'google-captcha' ) ),
'wpforo_reply_form' => array( 'form_name' => __( 'wpForo Reply form', 'google-captcha' ) ),
'ninja_form' => array( 'form_name' => __( 'Ninja Forms', 'google-captcha' ) ),
'divi_contact_form' => array( 'form_name' => __( 'Divi Contact Form', 'google-captcha' ) ),
'divi_login' => array( 'form_name' => __( 'Divi Login Form', 'google-captcha' ) ),
'gravity_forms' => array( 'form_name' => __( 'Gravity Forms', 'google-captcha' ) ),
'wpforms' => array( 'form_name' => __( 'WPForms', 'google-captcha' ) ),
'ultimate_member_login' => array( 'form_name' => __( 'Ultimate Member Login form', 'google-captcha' ) ),
'ultimate_member_register' => array( 'form_name' => __( 'Ultimate Member Registration form', 'google-captcha' ) ),
'ultimate_member_profile' => array( 'form_name' => __( 'Ultimate Member Profile form', 'google-captcha' ) ),
'caldera_forms' => array( 'form_name' => 'Caldera Forms' ),
'elementor_contact_form' => array( 'form_name' => __( 'Elementor Contact Form', 'google-captcha' ) ),
'memberpress_checkout' => array( 'form_name' => __( 'MemberPress checkout form', 'google-captcha' ) ),
'memberpress_login' => array( 'form_name' => __( 'MemberPress login form', 'google-captcha' ) ),
'memberpress_forgot_password' => array( 'form_name' => __( 'MemberPress forgot password form', 'google-captcha' ) ),
'learndash_login_form' => array( 'form_name' => __( 'LearnDash login form', 'google-captcha' ) ),
'learndash_registration_form' => array( 'form_name' => __( 'LearnDash registration form', 'google-captcha' ) ),
'bboss_registration_form' => array( 'form_name' => __( 'BuddyBoss registration form', 'google-captcha' ) ),
);
$pro_sections = array(
'external' => array(
'name' => __( 'External Plugins', 'google-captcha' ),
'forms' => array(
'gravity_forms',
'ninja_form',
'jetpack_contact_form',
'mailchimp',
'sbscrbr',
'wpforms',
'cf7',
'si_contact_form',
'caldera_forms',
'elementor_contact_form',
),
),
'woocommerce' => array(
'name' => 'WooCommerce',
'forms' => array(
'woocommerce_login',
'woocommerce_register',
'woocommerce_lost_password',
'woocommerce_checkout',
),
),
'buddypress' => array(
'name' => 'BuddyPress',
'forms' => array(
'buddypress_register',
'buddypress_comments',
'buddypress_group',
),
),
'divi' => array(
'name' => 'Divi',
'forms' => array(
'divi_contact_form',
'divi_login',
),
),
'bbpress' => array(
'name' => 'bbPress',
'forms' => array(
'bbpress_new_topic_form',
'bbpress_reply_form',
),
),
'wpforo' => array(
'name' => 'Forums - wpForo',
'forms' => array(
'wpforo_login_form',
'wpforo_register_form',
'wpforo_new_topic_form',
'wpforo_reply_form',
),
),
'ultimate_member' => array(
'name' => 'Ultimate Member',
'forms' => array(
'ultimate_member_login',
'ultimate_member_register',
'ultimate_member_profile',
),
),
'memberpress' => array(
'name' => 'MemberPress',
'forms' => array(
'memberpress_checkout',
'memberpress_login',
'memberpress_forgot_password',
),
),
'learndash' => array(
'name' => 'LearnDash',
'forms' => array(
'learndash_login_form',
'learndash_registration_form',
),
),
'buddyboss' => array(
'name' => 'BuddyBoss',
'forms' => array(
'bboss_registration_form',
),
),
);
?>