How can I retrieve the path to the root directory in WordPress CMS?
echo ABSPATH; // This shows the absolute path of WordPress
ABSPATH;
ABSPATH is a constant defined in the wp-config.php file.
ABSPATH