How can I retrieve the path to the root directory in WordPress CMS?
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());