我的插件目录中有一些图像文件。我想使用我的主题函数来显示这些文件。我尝试了很多方法,但有些地方出了问题。主题和插件同时加载目录。
你能帮帮我吗?
$link = plugins_url( \'img/btn-arrow-left.png\',__FILE__ );
//$link = plugin_dir_url( \'img/btn-arrow-left.png\',__FILE__ );
$aro_left = \'<img src="\'.$link.\'img/btn-arrow-left.png"/>\';
var_dump($link);
Output :
string \'http://localhost/project/wp-content/plugins/C:/wamp/www/project/wp-content/themes/Buddhist/img/btn-arrow-left.png\' (length=113)