Change post categories while saving post
- by fuunnews
Hi everybody, I'm trying to change post categories inside a save_post action callback function, but I get endless recursion, because wp_update_post method fires save_post action itself.
Maybe somebody did this before& Or there is a way to change post categories without using wp_update_post method?