Skip to content

Instantly share code, notes, and snippets.

View AlbertoMontalesi's full-sized avatar
:shipit:
Working

AlbertoM AlbertoMontalesi

:shipit:
Working
View GitHub Profile
<?php
/**
* thim functions and definitions
*
* @package thim
*/
define( 'THIM_DIR', trailingslashit( get_template_directory() ) );
define( 'THIM_URI', trailingslashit( get_template_directory_uri() ) );
define( 'THIM_THEME_VERSION', '3.4.3' );