Код: Выделить всё
function contactform7_before_send_mail( $cf7 ) {
$cf7->posted_data['your_name'] = 'John Doe';
}
add_action( 'wpcf7_before_send_mail', 'contactform7_before_send_mail' );
Подробнее здесь: https://stackoverflow.com/questions/327 ... act-form-7