Why is there both a save_post and wp_insert_post action?
wp_insert_post was introduced in changeset 2887, and was to fix bug #1681. I couldn’t find the save_post hook’s original provenance, but it was most recently added to core in changeset 3291, related to ticket #2063. Evidently it had existed in 1.5.2 (although version control does not support this theory) and needed to be added back … Read more