I am wanting so as to add some client-side (JavaScript) occasions to the submit edit display of wp-admin (submit.php?motion=edit
). I want to hearth occasions when the person selects a brand new featured picture and a distinct occasion once they take away the featured picture.
To this point I have been capable of finding this wordpress.se reply, which has allowed me to hook into the “on featured picture set” occasion, nonetheless I am at a loss as to the way to hook into the “on featued picture eliminated” occasion, because it pertains to the consumer.
I’ve dug into wp.media.featuredImage.body().states._events
a bit bit utilizing Chrome’s WebInspector, however there would not appear to be an occasion registered that fairly matches what I am on the lookout for…
The one one which jumps out at me as a possible candidate is the content material:render:edit-image
occasion, however it would not hearth throughout both of the occasions I am making an attempt to pay attention for!
Does anybody know of a approach to do that?