>
wm_schema_org( 'image' ), 'class' => 'image-container post-thumbnail scale-rotate', 'link' => 'bigimage', 'size' => 'content-width', ) ); } elseif ( ! $is_single ) { echo wm_thumb( array( 'attr-link' => wm_schema_org( 'image' ), 'class' => 'image-container post-thumbnail scale-rotate', 'link' => get_permalink(), 'size' => $image_size, ) ); } } if ( $media_shortcode ) { echo do_shortcode( $media_shortcode ); } ?>
tag echo $content; //filters already applied in wm_content_or_excerpt() } ?>