Open nickdaugherty opened 10 years ago
When using domain mapping, home_url() will not return the mapped domain before init has fired, so any calls before that will give unexpected results.
home_url()
init
These might be worthy of blocker status, as they can lead to some pretty broken situations depending on how it's used.
This also includes any functions that depend on the value of home_url(), such as url_to_postid and wpcom_vip_url_to_postid().
url_to_postid
wpcom_vip_url_to_postid()
When using domain mapping,
home_url()
will not return the mapped domain beforeinit
has fired, so any calls before that will give unexpected results.These might be worthy of blocker status, as they can lead to some pretty broken situations depending on how it's used.