URI和PATH之间有什么区别?

时间:2017-08-23 作者:vahid

我是WordPress主题开发的新手,我遇到了一个问题!get\\u theme\\u file\\u path()和get\\u theme\\u file\\u uri()之间有什么区别?他们都返回相同的东西!

1 个回复
最合适的回答,由SO网友:Anton Lukin 整理而成

功能get_theme_file_uri 返回类似http url的

http://example.com/wp-content/theme/...
功能get_theme_file_path 将文件系统url返回为

/home/mysite/www/wp-content/theme/...

结束

相关推荐