コード例 #1
0
ファイル: template-tags.php プロジェクト: joecooper3/2015
/**
 * Display the featured post image with link to the full image.
 */
function the_intelliwidget_image($link = TRUE, $size = 'serv_s')
{
    echo get_the_intelliwidget_image($link, $size);
}
コード例 #2
0
 /**
  * Display the featured post image with link to the full image.
  */
 function the_intelliwidget_image($link = TRUE)
 {
     echo get_the_intelliwidget_image($link);
 }