Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding hooks for set/delete thumbnails. #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

benhuson
Copy link

@benhuson benhuson commented Mar 9, 2016

Hi

It would be useful to have something to hook into when a thumbnail is set/deleted.

I'm attempting to sync the setting of thumbnails in the WPML multi-language plugin and it would be handy to be able to set/delete thumbnails for translations when they are updated.

The pull request assumes using filters that include the thumbnail type ID:

delete_multi_thumbnail_{type_id}
set_multi_thumbnail_{type_id}

... and passing the $post_ID as a parameter, and $thumbnail_id as another parameter when setting an image.

Potentially having a more generic filter like delete_multi_thumbnail and passing $type_id as another parameter could work instead.

Ben

@chrisscott
Copy link
Contributor

Thanks for the PR @benhuson! I'll take a look in the next few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants