Created
May 3, 2016 13:06
-
-
Save remcotolsma/f57569395d37efb3c970fb841573ca27 to your computer and use it in GitHub Desktop.
Pronamic.eu API tester script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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