bobbingwide / vgc

VGC - Garden Vista Group theme
GNU General Public License v2.0
0 stars 0 forks source link

Undefined variable $base in removal-addon.php line 40 #61

Open bobbingwide opened 1 year ago

bobbingwide commented 1 year ago

This message appears many times in the debug.log

[23-Jul-2023 19:59:37 UTC] PHP Warning: Undefined variable $base in C:\apache\htdocs\wordpress\wp-content\themes\vgc\template-parts\shop\addons\removal-addon.php on line 40

The code's been like this for ages.

<img style='width:100%; height: auto;padding: 2rem 10px' src="<?php echo $row["image"]["url"]; ?>" 
alt="<?php echo $base["title"]; ?>" />

The variable should be $row['title'].