WordPoints / dev-lib

Developer tools for WordPoints projects
MIT License
4 stars 0 forks source link

phpcs: Flag usage of exit and die in favor of wp_die() #186

Open JDGrimes opened 8 years ago

JDGrimes commented 8 years ago

wp_die() should generally be used because it allows for better testing, since it is possible to prevent it from actually dying.