tommcfarlin/WordPress-Widget-Boilerplate

Load File Helper Not Working

bnotess opened this issue · 1 comments

I've noticed two issues with the load_file function:

1.) It's missing an argument when called in the register_scripts_and_styles function.
2.) file_exists($file) is never returning true for me.

Not big deals. Just FYI

Refactored and resolved.