Pink-Crab / Perique-Framework

The Perqiue Plugin Framework for WordPress
5 stars 0 forks source link

$__data being unset inside foreach #94

Closed gin0115 closed 1 year ago

gin0115 commented 1 year ago

see https://github.com/Pink-Crab/Perique-Framework/blob/master/src/Services/View/PHP_Engine.php#L160

The unset of key, value and data should happen outside the foreach loop.

Works, but not correct