Theme Functions
A Set of Useful Helper Functions
All of the functions are located in the [theme_root]/php-inc/theme-functions.php
file.
tr_get_soc_name
Returns detected Social Media name string.
{tr_get_soc_name($soc_media_link)}
tr_get_media
Makes it easier to work with images and SVGs.
{tr_get_media($img_arr_or_path, $async_boolean)}
tr_log
Wrapper around the var_dump function.
{tr_log($some_var)}
tr_log_i
Inline wrapper around the var_dump function.
{tr_log_i($some_var)}
tr_part
Used to include latte partials without manually concatenating the full path to the file.
{tr_part($partial_name)}