• I have a scenario that appends the contents into the files, I was using normal file system function of PHP Now I have decided to use WordPress WP_Filesystem but I cannot see any methods of it which do append the contents into the files. It has only the put_contents(), Is there any way to append the file content using WordPress’s FS?

  • The topic ‘How to append_contents using WP_Filesystem?’ is closed to new replies.