/**
  * Retrieves the URL of the current WordPress page
  *
  * @return  string  The current URL, escaped for safe usage inside attributes.
  */
 function mc4wp_get_current_url()
 {
     return MC4WP_Tools::get_current_url();
 }