STRATO-apps/wordpress_03/app/wp-content/themes/blocksy/functions.php
SHA-256: e2e7e35952afdbc801ec601d29b35d52f2dad0ef8e2c1828f8a35e840b55d563
<?php
/**
* Blocksy functions and definitions
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package Blocksy
*/
if (version_compare(PHP_VERSION, '5.7.0', '<')) {
require get_template_directory() . '/inc/php-fallback.php';
return;
}
require get_template_directory() . '/inc/init.php';