Why have tracking code?
-
public function activate() { $response = wp_remote_post( "https://www.dueclic.com/plugins/collect_data.php", array( 'body' => array( 'auth_key' => 'collectData', 'plugin_name' => 'wtfawt', 'plugin_host' => $_SERVER['HTTP_HOST'], ), ) ); return true; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Why have tracking code?’ is closed to new replies.