예제 #1
0
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
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);
}