-
Posted a reply to WordPress Importer – PHP Compatibility Checker report, on the site WordPress.org Forums:
MKSnMKS the curly brace form I posted is backwards compatible, though I haven't personally tested… -
Posted a reply to WordPress Importer – PHP Compatibility Checker report, on the site WordPress.org Forums:
http://php.net/manual/en/language.variables.variable.php It appears the syntax is well supported in php 5.6 and I suspect earlier… -
Posted a reply to WordPress Importer – PHP Compatibility Checker report, on the site WordPress.org Forums:
Yes, that fixed importing menu items in php 7. This issue has been brought up… -
Posted a reply to WP importer compatible with PHP 7.1?, on the site WordPress.org Forums:
It is not compatible. You can manually fix the problem: Line 884 of wordpress-importer.php is:… -
Posted a reply to PHP 7 compatibility issues, on the site WordPress.org Forums:
This is a legitimate php 7 issue. Line 884 is: $$meta['key'] = $meta['value']; and should… -
Posted a reply to WordPress Importer – PHP Compatibility Checker report, on the site WordPress.org Forums:
This is a legitimate php 7 issue. Line 884 is: $$meta['key'] = $meta['value']; and should…