/** * * Sets up theme defaults and registers support for various WordPress features. * */ if ( ! defined( 'HILLSTAR_THEME_REQUIRED_PHP_VERSION' ) ) { define( 'HILLSTAR_THEME_REQUIRED_PHP_VERSION', '5.6.0' ); } add_action( 'after_switch_theme', 'hillstar_check_php_version' ); function hillstar_check_php_version() { // Compare versions. if ( version_compare( phpversion(), HILLSTAR_THEME_REQUIRED_PHP_VERSION, '<' ) ) : // Theme not activated info message. add_action( 'admin_notices', 'hillstar_php_version_notice' ); // Switch back to previous theme. switch_theme( get_option( 'theme_switched' ) ); return false; endif; } function hillstar_php_version_notice() { ?>

Hillstar theme activation failed!

You need to update your PHP version to use the Hillstar.
Current php version is: 7.4.33 and the mininum required version is HILLSTAR_THEME_REQUIRED_PHP_VERSION

optionsandideas – Business Site