From: Michael Vogel Date: Mon, 20 Oct 2014 06:10:21 +0000 (+0200) Subject: New hook "page_info_data" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0c1fdb7da182485435576af98e2ab8d777ab017a;p=friendica.git New hook "page_info_data" --- diff --git a/include/items.php b/include/items.php index 428c8e27d7..2d6109b0f2 100644 --- a/include/items.php +++ b/include/items.php @@ -889,6 +889,8 @@ function get_atom_elements($feed, $item, $contact = array()) { } function add_page_info_data($data) { + call_hooks('page_info_data', $data); + // It maybe is a rich content, but if it does have everything that a link has, // then treat it that way if (($data["type"] == "rich") AND is_string($data["title"]) AND