示例#1
0
文件: module.php 项目: taeche/SoDoEx
function newsletter_get_post_image($post_id = null, $size = 'thumbnail', $alternative = null)
{
    echo NewsletterModule::get_post_image($post_id, $size, $alternative);
}