Transfer post formatting from one post to another using code.
I have been given the task of writing a plugin that displays a different post to different users. I can get the post to display using the the_content filter and swapping the post with another retrieved using get_post() and post_content()…