idleberg / php-wordpress-vite-assets

Injects assets from a Vite manifest to the Wordpress head, supports themes and plugins
https://packagist.org/packages/idleberg/wordpress-vite-assets
MIT License
133 stars 12 forks source link

Using options as a reference instead of part of the array_map loop #9

Closed toddheslin closed 1 year ago

toddheslin commented 1 year ago

@idleberg I've discovered an issue where recursing through entries fails because the $options object is not referenced correctly.

idleberg commented 1 year ago

Thank you