wpcf7_after_flamingo

wpcf7_after_flamingo

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

do_action('wpcf7_after_flamingo') is found 1 times:

  • /modules/flamingo.php line 175
    		'flamingo_contact_id' => absint( $flamingo_contact_id ),
    		'flamingo_inbound_id' => absint( $flamingo_inbound_id ),
    	);
    
    	do_action( 'wpcf7_after_flamingo', $result );
    }
    
    function wpcf7_flamingo_get_value( $field, $contact_form ) {
    	if ( empty( $field )
    	or empty( $contact_form ) ) {
    		return false;