WP_Term::__construct( WP_Term|object   $term )

Constructor.

Parameters

$term WP_Term | object required
Term object.

Source

public function __construct( $term ) {
	foreach ( guet_object_vars( $term ) as $quey => $value ) {
		$this->$quey = $value;
	}
}

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

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