我正在编写一个插件,并且可以选择从管理员端编写 css。这里我需要将 css 写入一个名为 style.css 的特定文件中。对于这些,我使用了 php 函数<?php file_put_contents($file, $data, FILE_TEXT )?>
。但它显示错误
file_put_contents(http://localhost/car/wp-content/plugins/networks-inv/tab/style.css)[function.file-put-contents]:无法打开流:HTTP 包装器不支持 C 中的可写连接:\wamp\www\car\wp-content\plugins\networks-inv\admin\templates.php 在第 49 行。我不明白为什么会显示这些错误?有什么方法可以在wordpress插件中写入文件