add_action( 'save_post', 'calistir', 10,3 );

function calistir( ) {
file_get_contents('url');
}