意外的plugin_dir_path输出

时间:2017-01-11 作者:bigdaveygeorge

我正在本地开发,对此代码有问题:

plugin_dir_path( __FILE__ ) . \'ben/\'
如果我重复这一点,它是:C:\\xampp\\htdocs\\plugintest\\wp-content\\plugins\\my-plugin\\admin/ben/

如果我尝试在函数中使用它:

function my_acf_settings_path( $path ) {
    $path = plugin_dir_path( __FILE__ ) . \'ben/\';
    return $path;
}
输出为:http://localhost/plugintestC:xampphtdocsplugintestwp-contentpluginsmy-pluginadmin/ben/

为什么?

1 个回复
SO网友:bigdaveygeorge

这是通过使用plugin\\u dir\\u url修复的。

相关推荐

Calculations in functions.php

我为自己创建了一个发票主题,并试图在自定义列中获取发票总额。我已经尝试调整模板页面中使用的代码,以便在函数中显示这一点。php文件,但它不工作。我的乘法操作数出现了一个操作数错误,我不知道为什么。这是我的代码(如有任何帮助,将不胜感激)。if( $column_name == \'invoice_total\' ) { $hours = 0; // This allows counting of each sub_field //* Set repeater va