PHP Compatibility
-
So as to be compatible with PHP 7.4 please can one of the developers update and commit the following on line 749 of “/src/Modules/FileOps.php” from …
if ( $filePathRel{0} === '/' ) {
… to …
if ( $filePathRel[0] === '/' ) {
Also, can they please update the “Tested up to” in the header of readme.txt so that Wordfence stops complaining that “the plugin appears to be abandoned”.
Thank you.
Oliver
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘PHP Compatibility’ is closed to new replies.