Skip to content

Instantly share code, notes, and snippets.

@remcotolsma
Created May 3, 2016 13:06
Show Gist options
  • Save remcotolsma/f57569395d37efb3c970fb841573ca27 to your computer and use it in GitHub Desktop.
Save remcotolsma/f57569395d37efb3c970fb841573ca27 to your computer and use it in GitHub Desktop.
Pronamic.eu API tester script
<?php
define( 'WP_USE_THEMES', false );
require './wp-blog-header.php';
$response = wp_remote_get( 'https://api.pronamic.eu/licenses/check/1.0/' );
var_dump( $response );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment