wpcf7_flamingo_get_value

wpcf7_flamingo_get_value

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_flamingo_get_value') is found 1 times:

  • /modules/flamingo.php line 198
     
    		$value = wpcf7_mail_replace_tags( $template );
    	}
    
    	$value = apply_filters( 'wpcf7_flamingo_get_value', $value,
    		$field, $contact_form
    	);
    
    	return $value;
    }