我正在尝试编写插件,在这个插件中,它需要知道它在整个文件系统中的当前位置。我尝试了如下代码:
var Path = location.hostName + '/wp-content/plugins/myplugin/';
但是当我在名为' test'的帖子中使用此插件时,路径原来是:
http://www.mywebsite.com/blog/test/undefined/wp-content/plugins/myplugin/
我如何纠正这个问题并将其改为:
http://www.mywebsite.com/wp-content/plugins/myplugin/
我不确定我是否说清楚了。请帮忙......非常感谢。
答案 0 :(得分:0)