wpcf7_collect_mail_tags

wpcf7_collect_mail_tags

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_collect_mail_tags') is found 1 times:

  • /includes/contact-form.php line 991
    		$mailtags = array_unique( $mailtags );
    		$mailtags = array_filter( $mailtags );
    		$mailtags = array_values( $mailtags );
    
    		return apply_filters( 'wpcf7_collect_mail_tags', $mailtags, $args, $this );
    	}
    
    
    	/**
    	 * Prints a mail-tag suggestion list.
    	 *