pattonwebz / theme-php-version-support-check
A class used to do PHP version checking on theme activation and revert if min PHP version not met.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/pattonwebz/theme-php-version-support-check
Requires
- php: 5.6
This package is auto-updated.
Last update: 2025-09-29 02:14:48 UTC
README
A simple class to perform an activation php version support check for a WordPress theme.
You just need to instantiate the class in your theme. I suggest doing this as early as possible - ideally as part of your bootstrapping inside of functions.php
.
Licence Information
This package is licensed under GNU GPLv2 or later licence.
Copyright 2019 © William Patton.