<?php /** * Define common constants used by Thim Portfolio. */ // version define( 'THIM_PORTFOLIO_VERSION', '1.5' ); define( 'CORE_PLUGIN_URL', untrailingslashit( plugins_url( '/', TP_PORTFOLIO_PLUGIN_FILE ) ) ); define( 'CORE_PLUGIN_PATH', untrailingslashit( plugin_dir_path( TP_PORTFOLIO_PLUGIN_FILE ) ) );