Nevermind, I resolved the issue. I had to clear the cache.
if ( ‘inline’ == $args[‘post_thumb_op’] || ‘after’ == $args[‘post_thumb_op’] || ‘thumbs_only’ == $args[‘post_thumb_op’] ) {
$output .= ‘ID ) . ‘” ‘ . $link_attributes . ‘>’;
$output .= crp_get_the_post_thumbnail( array(
‘postid’ => $result->ID,
‘thumb_height’ => $args[‘thumb_height’],
‘thumb_width’ => $args[‘thumb_width’],
‘thumb_meta’ => $args[‘thumb_meta’],
‘thumb_html’ => $args[‘thumb_html’],
‘thumb_default’ => $args[‘thumb_default’],
‘thumb_default_show’ => $args[‘thumb_default_show’],
‘scan_images’ => $args[‘scan_images’],
‘class’ => ‘crp_thumb’,
) );
$output = str_replace( ‘src=”/pubs/images/’, ‘src=”‘ . get_site_url() . ‘/images/pubs/’, $output );
$output .= ‘‘;
}