Bharat Thapa
Results
1
comments of
Bharat Thapa
I have this issue: need to access reCAPTCHA token in the server. `$token = ( $post['prefid_recaptcha_token'] ) ? sanitize_text_field( $post['prefid_recaptcha_token'] ) : '';` And I'm not sure if using `sanitize_text_field()`...