esc_html__( 'Claim Listing for WP Job Manager', 'astoundify-recaptcha' ), 'forms' => array( 'claim_form' => esc_html__( 'Claim form', 'astoundify-recaptcha' ), ), ); return $locations; } add_filter( 'astoundify_recaptcha_locations', 'astoundify_recaptcha_wpjm_claim_listing_locations' ); /** * Add Captcha to Claim Listing Form * * @since 1.0.0 */ function astoundify_recaptcha_wpjm_claim_form() { $is_active = astoundify_recaptcha_is_active( 'wp_job_manager_claim_listing', 'claim_form' ); if ( ! $is_active || is_user_logged_in() ) { return; } ?>
true, ) ); } } add_action( 'wpjmcl_submit_claim_form_login_register_handler_before', 'astoundify_recaptcha_wpjm_claim_form_authenticate', 99 );