UCF / UCF-WordPress-Theme

A generic, responsive WordPress theme for UCF websites, built off of the Athena Framework.
3 stars 6 forks source link

Theme activation prerequisite checks #42

Closed cjg89 closed 5 years ago

cjg89 commented 5 years ago

Added post-theme activation logic to warn the user if ACF PRO isn't installed, and revert back to the last active theme.

We could potentially expand upon this in the future to allow child themes to register their own dependencies, or add other post-activation notices (e.g. to remind the user to import ACF fields groups).

Resolves #25.