Security checking in meta_box save is reluctant?
No, not really. You’re assuming the function that called wp_insert_post() has already performed those checks. But wp_insert_post() may be used in other pages too, not just the edit page, by plugins, or even themes (many of them with security holes). That’s why you should ensure that your code runs only where you want to by … Read more