
內容簡介
這個外掛非常簡潔明瞭,只添加了兩個鉤子。
其中一個鉤子將額外的 Exif 標籤“make”存入數據庫,這是標準 WordPress 數據庫中缺少的。
數據庫格式本身將不會被修改!
相機的製造商將只會在新上傳的圖像上可見。
第二個鉤子在將所有帖子解析為發送到瀏覽器之前,尋找圖像並添加一個 HTML 標籤以及相關的 EXIF 信息行。
要抑制帶有 EXIF 資訊的行,可以在<img> 標籤中的任何位置添加“hk_noexif”,例如 <img class=”hk_noexif …”…>
外掛標籤
開發者團隊
原文外掛簡介
This plugin is very compact and simple, it just adds two hooks.
One to store the extra exif tag “make” in the database, which is missing in the standard word press database.
The database format itself will not be touched!
The manufacturer of the camera will only be visible on new uploaded images.
The second hook parses all posts before sending it to the browser, looking for images and adds just one
html tag () with the line of EXIF information.
To suppress the line with the EXIF information, add “hk_noexif” anywhere in the tag like
