Larger placeholder to allow more resizing

This commit is contained in:
Mike Jolley 2019-01-14 13:54:01 +00:00
parent 549a0f01c0
commit 198fdce1bf
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

View File

@ -1137,7 +1137,7 @@ CREATE TABLE {$wpdb->prefix}woocommerce_termmeta (
}
$upload_dir = wp_upload_dir();
$source = WC()->plugin_path() . '/assets/images/placeholder.png';
$source = WC()->plugin_path() . '/assets/images/placeholder-attachment.png';
$filename = $upload_dir['basedir'] . '/woocommerce-placeholder.png';
if ( ! file_exists( $filename ) ) {