Getting the Current Full URL of any page in Pods 1.9.6
Pods 1.9.6 isn’t out yet, we’re waiting on the fully working TinyMCE API to be ready, but once it is, we’ve added a new function called get_current_url() You can use get_current_url() to get the full URL including the protocol, current hostname, and URI. This differs from just using $_SERVER[‘REQUEST_URI’] because it’s absolute. You can use …