¡@

Home 

php Programming Glossary: wp_admin_bar

In PHP how can I access a “:private” array in an object?

http://stackoverflow.com/questions/8286798/in-php-how-can-i-access-a-private-array-in-an-object

array in an object Up until around 3.3beta1 items in the WP_Admin_Bar Object could be accessed using this type of syntax for example.. print_r wp_admin_bar the output looked something like this WP_Admin_Bar Object menu stdClass Object my account Array However around.. wp_admin_bar reveals a different structure for that object WP_Admin_Bar Object nodes WP_Admin_Bar private Array my account stdClass..