Issue 1197: New hook for "oembed_fetch_url"

This commit is contained in:
Michael Vogel 2015-01-25 00:58:51 +01:00
parent 6e06169565
commit cb9196f6d6
3 changed files with 8 additions and 2 deletions

View file

@ -110,6 +110,8 @@ function oembed_fetch_url($embedurl, $no_rich_type = false){
}
}
call_hooks('oembed_fetch_url', $embedurl, $j);
return $j;
}