WP_Comment::to_array()

Convert object to array.


Return

(array) Object as array.


Source

File: wp-includes/class-wp-comment.php

	public function to_array() {
		return get_object_vars( $this );
	}

Changelog

Changelog
Version Description
WP-4.4.0 Introduced.