empty.php
7 lines
| 1 | <figure <?php echo wp_kses_data( get_block_wrapper_attributes() ); ?>> |
| 2 | <img |
| 3 | src="<?php echo esc_url( trailingslashit( \SureCart::core()->assets()->getUrl() ) . 'images/placeholder.jpg' ); ?>" |
| 4 | style="<?php echo ! empty( $width ) ? 'max-width: min(' . esc_attr( $width ) . ', 100%)' : ''; ?>" alt="<?php echo esc_attr( get_the_title() ); ?>" |
| 5 | /> |
| 6 | </figure> |
| 7 |