Skip to content

Instantly share code, notes, and snippets.

@jbma
Created October 5, 2015 10:55
Show Gist options
  • Save jbma/7886f6be7b9dfb8a8fec to your computer and use it in GitHub Desktop.
Save jbma/7886f6be7b9dfb8a8fec to your computer and use it in GitHub Desktop.
<?php
function clear_remote_wp( $ID, $post ) {
wp_remote_get('http://defimedia.info/custom-clear.php?id='.$ID);
}
add_action( 'publish_post', 'clear_remote_wp', 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment