FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks-next
/
build
/
blocks
/
product-media
Edit File: empty.php
<figure <?php echo wp_kses_data( get_block_wrapper_attributes() ); ?>> <img src="<?php echo esc_url( trailingslashit( \SureCart::core()->assets()->getUrl() ) . 'images/placeholder.jpg' ); ?>" style="<?php echo ! empty( $width ) ? 'max-width: min(' . esc_attr( $width ) . ', 100%)' : ''; ?>" alt="<?php echo esc_attr( get_the_title() ); ?>" /> </figure>
Save
Back