wpcf7_recaptcha_threshold
Использование
add_filter( 'wpcf7_recaptcha_threshold', 'wp_kama_wpcf7_recaptcha_threshold_filter' ); /** * Function for `wpcf7_recaptcha_threshold` filter-hook. * * @param $050 * * @return */ function wp_kama_wpcf7_recaptcha_threshold_filter( $050 ){ // filter... return $050; }
- $050
- -
Где вызывается хук
wpcf7_recaptcha_threshold
contact-form-7/modules/recaptcha/service.php 186
return apply_filters( 'wpcf7_recaptcha_threshold', 0.50 );