Unable to open file warning temp-write-test-....
#361
Labels
bug
Existing functionality isn't behaving as expected
temp-write-test-....
#361
WordPress core occasionally calls the function
get_filesystem_method()
, this will try to write a file to the content directory and throws a warning if theFS_METHOD
constant is not defined.We could set this to
direct
to avoid core's attempts to work it out.cc @stuartshields
The text was updated successfully, but these errors were encountered: