WP_Term::to_array()
Converts an object to array.
Return
(array) Object as array.
Source
File: wp-includes/class-wp-term.php
public function to_array() {
return get_object_vars( $this );
}
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
Converts an object to array.
(array) Object as array.
File: wp-includes/class-wp-term.php
public function to_array() {
return get_object_vars( $this );
}
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |