2017-05-26 UTC
# [colinwalker] I've got a plugin which creates a meta box. Then a function is hooked in to save_post to update the contents of a post with values from the meta box. It works fine when the function to do this is in the main plugin file but if I move it to an include it stops working.