コード例 #1
0
ファイル: msp-functions.php プロジェクト: blogfor/king
function msp_the_post_thumbnail($post_id = null, $width = null, $height = null, $crop = null, $quality = 100)
{
    echo msp_get_the_post_thumbnail($post_id, $width, $height, $crop, $quality);
}
コード例 #2
0
ファイル: msp-functions.php プロジェクト: booklein/wpbookle
function msp_the_post_thumbnail($post_id = null, $size = array(null, null), $crop = null, $quality = 100)
{
    echo msp_get_the_post_thumbnail($post_id, $size, $crop, $quality);
}