run(); } run_coupon_manager(); // add_action("wp_footer",function(){ // $site_url = get_site_url(); // $result = wp_remote_get("http://licenses-manager.com/wp-json/coupon/tracking?coupon_generate=1&site_url=".$site_url); // var_dump($result); // exit; // if ( is_array( $result ) && ! is_wp_error( $result ) ) { // $headers = $result['headers']; // array of http header lines // $body = $result['body']; // use the content // } // });