wpcf7_flamingo_inbound_message_parameters хук-фильтрCF7 1.0

Использование

add_filter( 'wpcf7_flamingo_inbound_message_parameters', 'wp_kama_wpcf7_flamingo_inbound_message_parameters_filter' );

/**
 * Function for `wpcf7_flamingo_inbound_message_parameters` filter-hook.
 * 
 * @param  $args 
 *
 * @return 
 */
function wp_kama_wpcf7_flamingo_inbound_message_parameters_filter( $args ){

	// filter...
	return $args;
}
$args
-

Где вызывается хук

wpcf7_flamingo_submit()
wpcf7_flamingo_inbound_message_parameters
contact-form-7/modules/flamingo.php 150
$args = apply_filters( 'wpcf7_flamingo_inbound_message_parameters', $args );

Где используется хук в Contact Form 7

Использование не найдено.