plugin_dir_url()

获取传入的插件文件的URL目录路径(带斜杠)。

plugin_dir_url( string $file ) 

参数(Parameters)

参数类型必填说明
$file(string)必需插件的文件名(文件名)。

返回(Return)

(string)包含插件的目录的URL路径。


源码(Source)

/**
 * Get the URL directory path (with trailing slash) for the plugin __FILE__ passed in.
 *
 * @since 2.8.0
 *
 * @param string $file The filename of the plugin (__FILE__).
 * @return string the URL path of the directory that contains the plugin.
 */
function plugin_dir_url( $file ) {
	return trailingslashit( plugins_url( '', $file ) );
}
更新版本源码位置使用被使用
2.8.0wp-includes/plugin.php:76202
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索