redacademy / wild-spring-2018

3 stars 0 forks source link

Pre-fix Script and Style Handles #21

Open rcass opened 6 years ago

rcass commented 6 years ago

In functions.php, remember to pre-fix the handles to avoid naming collisions (from other plugins etc) https://github.com/redacademy/wild-spring-2018/blob/2be4e24f457f131752b79a3f5afd872c6127bd15/themes/wav-theme/functions.php#L100-L113

So from above things like wav-starter-style are GOOD ✅ but carousel is BAD ❌ since it is TOO generic

Solution: Just add the prefix wav- to the handles