Description
With this filter you can override/set your recaptcha public key, default = false.
Return
(string) Your recaptcha key.
Usage
function b3_override_recaptcha_public( $public_key ) {
return 'your_key';
}
add_filter( 'b3_recaptcha_public', 'b3_override_recaptcha_public' );
Used in
- includes/actions-b3.php - line 299