adding a URL that you want to turn into a pretty link.
Come back to see how many times it was clicked.") { global $affli_utils; include_once(ABSPATH."/wp-includes/class-IXR.php"); if($affli_utils->pro_is_installed()) { $client = new IXR_Client('http://prettylinkpro.com/xmlrpc.php'); if ($client->query('afflipro.get_main_message')) $message = $client->getResponse(); } else { $client = new IXR_Client('http://blairwilliams.com/xmlrpc.php'); if ($client->query('affli.get_main_message')) $message = $client->getResponse(); } // return $message; } ?>