Tagged Questions
0
votes
0answers
158 views
How to trigger bulk update action? [closed]
I have more than a hunderd posts from custom post type and I have to add custom fields to each post, I've used 'save_post' to trigger update/publish event, but for me it works only when "Publish" ...
1
vote
2answers
266 views
How to verify nonce from Bulk/Quick Edit in save_post?
I need to do something specific in my save_post callback for bulk and/or quick edits, so how do I check the nonce for that? I can only find _wpnonce in the edit.php html source, but can't find an ...
