Tagged Questions
0
votes
1answer
816 views
is there an update_post_meta action
Are there any actions I can hook into for update_post_meta()? I don't see anything obvious in the source. Woocommerce lets you change the featured status of items via ajax from the edit screen. I ...
0
votes
2answers
216 views
Custom Post type forgetting data
I just set up a custom post type, mostly following this tutorial.
I'm setting up things on my site now, doing a lot of CSS modifications and such, and every few minutes the post just forgets ...
1
vote
0answers
137 views
Save modified Custom Field content into another Custom Field on article save [closed]
In my articles I allow editors to enter a date in a human readable dd.mm.yyyy format into a custom field. But I also need this date as unix timestamp in the DB. So I wrote a function which takes the ...
0
votes
1answer
209 views
Post via wp-admin and via iOS app, same hooks and triggers involved?
I've got an add_action in functions.php, the action is for save_post and the function I'm running I've named set_attachment_url. I'm simply getting the first attachment on a post and setting a custom ...