This helper is very handy for us front-ends. `define('ASSETS_DIR', get_template_directory_uri() . '/assets/');` `$wp_smarty->assign('assets_dir', ASSETS_DIR);`
This helper is very handy for us front-ends.
define('ASSETS_DIR', get_template_directory_uri() . '/assets/');$wp_smarty->assign('assets_dir', ASSETS_DIR);