Get value of custom field in category admin

You have to use this function: get_post_custom_values

The first parameter is the name of the key, arata_in_listare, and the second the post id, depending on where are you making the call you might not need to pass it.

In this community we don’t give support for plugins, so I’m showing you the “wordpress” way of doing this.