[Plugin: Theme-Check] Theme Check gives warning for file_put_contents
-
Hello,
I’m usingfile_put_contents
andfile_get_contents
functions in my theme to write a small text on a text file stored in the temp folder.But the theme-check plugin gives me following warnings:
WARNING: file_get_contents was found in the file xxx.php possible file operations.
WARNING: file_put_contents was found in the file xxx.php possible file operations.I could not find any alternative wordpress function. Can you please suggest how can I get rid of above warnings?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Theme-Check] Theme Check gives warning for file_put_contents’ is closed to new replies.