I'm interested in adding fields to publish_post and edit_post such as related objects like post_thumbnail and terms.
I have used the XMLRPC API in the past to request this attributes, but would like to have them sent along in a hook.
In this case I'm hoping to add what would effectively be nested attributes to the attribute array. This is an example of the type of data I would like to be able to add.
What would it take to add these? Or how could they be added?
I'm interested in adding fields to
publish_post
andedit_post
such as related objects likepost_thumbnail
andterms
.I have used the XMLRPC API in the past to request this attributes, but would like to have them sent along in a hook.
In this case I'm hoping to add what would effectively be nested attributes to the attribute array. This is an example of the type of data I would like to be able to add.
What would it take to add these? Or how could they be added?