edd_object_to_array( object|array $object = array() )

Given an object or array of objects, convert them to arrays


Description Description


Parameters Parameters

$object

(Optional) An object or an array of objects

Default value: array()


Top ↑

Return Return

(array) An array or array of arrays, converted from the provided object(s)


Top ↑

Source Source

File: includes/misc-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.7 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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