esc_html__( 'WP Job Manager', 'astoundify-recaptcha' ), 'forms' => array( 'submit_job' => esc_html__( 'Submit job form', 'astoundify-recaptcha' ), ), ); return $locations; } add_filter( 'astoundify_recaptcha_locations', 'astoundify_recaptcha_wpjm_locations' ); /** * Add Captcha to Submit Job Form * * @since 1.0.0 */ function astoundify_recaptcha_wpjm_submit_job_form() { $is_active = astoundify_recaptcha_is_active( 'wp_job_manager', 'submit_job' ); if ( ! $is_active || is_user_logged_in() ) { return; } ?>