get_image_id(); // Image args. $img_args = array( 'class' => 'woo-entry-image-main', 'alt' => get_the_title(), ); if ( oceanwp_get_schema_markup( 'image' ) ) { $img_args['itemprop'] = 'image'; } // Display featured image if defined. if ( $attachment ) { ?>
'; ?>