How can I retrieve the path to the root directory in WordPress CMS?
There are 2 answers for this question Url & directory. Either way, the elegant way would be to define two constants for later use.
define (ROOT_URL, get_site_url() ); define (ROOT_DIR, get_theme_root() );