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? #9948
    blankyitwail
    Participant

    This an old question, but I have a new answer. This single line will return the path inside a template: 🙂

    $wp_root_path = str_replace('/wp-content/themes', '', get_theme_root());
    
Viewing 1 post (of 1 total)