例如,hello.php插件放在/wp-content/plugins/hello/文件夹中,那么要想得到/wp-content/plugins/hello/字符串,可以使用如下的形式:
/wp-content/plugins/hello/
<?php echo WP_PLUGIN_URL."/".dirname(plugin_basename(__FILE__)); ?>