wp-productzilla/wp-content/themes/blocksy/functions.php
rizal.productzilla e38e8b231d templating
2024-04-01 16:08:46 +07:00

17 lines
326 B
PHP

<?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';