We’re developing across two sites. One site holds our content, the other actually displays it.
So when we are viewing posts in the WP admin, the View link is pointing to the instance it’s on, which doesn’t help us when we want to view the post. For example,
Data site: http://site1.com
Viewing site: http://site2.com
I need to change our view link on the Data site to something like: http://site2.com/12345
Is there a hook I can use to modify what is set in the View link in the WP admin?