Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Retrieve WordPress root directory path? #9945
    blankvivek-tamrakar
    Participant

    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 subfolder

    Theme Root Path

     $theme_root = get_theme_root();
     echo $theme_root
    

    Results:- /home/user/public_html/wp-content/themes

Viewing 1 post (of 1 total)