Ejemplo n.º 1
0
function newsletter_get_post_image($post_id = null, $size = 'thumbnail', $alternative = null)
{
    echo NewsletterModule::get_post_image($post_id, $size, $alternative);
}