內容簡介
此外掛透過add_filter( \'img_caption_shortcode\', ... )函式來存取標題縮略碼(shortcode)。
預設情況下,圖片作者是由相關圖片描述中讀取得來,因此必須以特定方式標記:
在相關影像描述中,可透過「媒體」>「編輯」>「說明」來存取,需要將影像作者(或多個影像作者)包含在 <author></author> 標籤中。
如果圖片描述中沒有作者資訊,此外掛會嘗試從圖片的 Exif 資訊中取得作者資訊,若成功,則會自動將圖片作者存入相關描述中。
外掛標籤
開發者團隊
原文外掛簡介
Plugin accesses the caption shortcode via add_filter( \'img_caption_shortcode\', ... ).
By default, image authors are read out of the description of the respective image. Therefore, they have to be tagged in a specific way:
In the description of the respective image, accessible under ‘Media’ > ‘Edit’ > ‘Description’, the image author (or multiple image authors) have to be wrapped in
If there are no authors in image description, the plugin tries to read authors from the image’s Exif information. If successful, image authors are automatically saved into image description.
