wpcf7_skip_spam_check хук-фильтр . CF7 1.0
Использование
add_filter( 'wpcf7_skip_spam_check', 'filter_function_name_1942', 10, 2 ); function filter_function_name_1942( $skip_spam_check, $that ){ // filter... return $skip_spam_check; }
- $skip_spam_check
- -
- $that
- -
Где вызывается хук
wpcf7_skip_spam_check
contact-form-7/includes/submission.php 385-388
$skip_spam_check = apply_filters( 'wpcf7_skip_spam_check', $this->skip_spam_check, $this );