WP_Term::to_array()
Converts an object to array.
Method of the class: WP_Term{}
No Hooks.
Return
Array
. Object as array.
Usage
$WP_Term = new WP_Term(); $WP_Term->to_array();
Changelog
Since 4.4.0 | Introduced. |
WP_Term::to_array() WP Term::to array code WP 6.7.1
public function to_array() { return get_object_vars( $this ); }