No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
theme root directory path code
<?php $root_path = get_home_path(); ?>
print "Path: ".$root_path;
Return “Path: /var/www/htdocs/” or “Path:
/var/www/htdocs/wordpress/” if it is subfolderTheme Root Path
$theme_root = get_theme_root();
echo $theme_root
Results:- /home/user/public_html/wp-content/themes