WC_Comments::add_avatar_for_review_comment_type( array $comment_types )

Make sure WP displays avatars for comments with the review type.


Description Description


Parameters Parameters

$comment_types

(Required) Comment types.


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-comments.php

	public static function add_avatar_for_review_comment_type( $comment_types ) {
		return array_merge( $comment_types, array( 'review' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.