File "draw_image.php"

Full Path: /home/vantageo/public_html/wp-admin/.wp-cli/wp-content/plugins/woo-bulk-editor/views/elements/draw_image.php
File size: 337 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if (!defined('ABSPATH')) {
    exit; // Exit if accessed directly
}

//global $WOOBE;
if (empty($src)) {
    return '';
}
?>

<img src="<?php echo $src ?>" <?php if (!empty($class)): ?>class="<?php echo $class ?>"<?php endif; ?> <?php if (!empty($width)): ?>width="<?php echo $width ?>"<?php endif; ?> alt="<?php echo $alt ?>" />