How to append_contents using WP_Filesystem?
I have 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?
Topic filesystem-api wp-filesystem Wordpress
Category Web