Retrieve WordPress root directory path?

后端 未结 13 1442
闹比i
闹比i 2020-11-28 07:48

How can I retrieve the path to the root directory in WordPress CMS?

13条回答
  •  醉酒成梦
    2020-11-28 08:24

    If you have WordPress bootstrap loaded you can use get_home_path() function to get path to the WordPress root directory.

提交回复
热议问题