"
onclick="document.getElementById('api_webhooks_submitted_button').value=;"
/>
array(
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'ignore_errors' => true
)
);
$context = stream_context_create($options);
$result = file_get_contents($url, false, $context);
global $api_webhooks_urls;
// Handle any errors.
if (strpos($http_response_header[0], "200 OK") === false) {
?>