function crb_get_the_post_thumbnail($post_id = null, $size = '', $attr = '')
 {
     return Helper::get_the_post_thumbnail($post_id, $size, $attr);
 }