Deprecation Messages wp export
-
From my test environment:
[root@staging-web-server ~]# sudo -u php-fpm-user -g web-server-group wp export --dir=/tmp/ --post__in=740 --path='/usr/share/nginx/html/www'
Starting export process...
Deprecated: Creation of dynamic property WP_Export_WXR_Formatter::$export is deprecated in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Export_WXR_Formatter.php on line 16
Deprecated: Creation of dynamic property WP_Export_WXR_Formatter::$wxr_version is deprecated in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Export_WXR_Formatter.php on line 17
Writing to file /tmp/staginggarriganenterprisescom.wordpress.2025-10-23.000.xml
Deprecated: Return type of WP_Post_IDs_Iterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Post_IDs_Iterator.php on line 18
Deprecated: Return type of WP_Post_IDs_Iterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Post_IDs_Iterator.php on line 26
Deprecated: Return type of WP_Post_IDs_Iterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Post_IDs_Iterator.php on line 22
Deprecated: Return type of WP_Post_IDs_Iterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Post_IDs_Iterator.php on line 38
Deprecated: Return type of WP_Post_IDs_Iterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Post_IDs_Iterator.php on line 31
Deprecated: Creation of dynamic property WP_Post_IDs_Iterator::$db is deprecated in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Post_IDs_Iterator.php on line 10
Deprecated: Creation of dynamic property WP_Map_Iterator::$callback is deprecated in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Map_Iterator.php on line 5
Deprecated: Creation of dynamic property WP_Map_Iterator::$callback is deprecated in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Map_Iterator.php on line 5
Deprecated: Creation of dynamic property WP_Post_IDs_Iterator::$global_index is deprecated in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Post_IDs_Iterator.php on line 33
Deprecated: Creation of dynamic property WP_Post_IDs_Iterator::$index_in_results is deprecated in phar:///usr/bin/wp/vendor/wp-cli/export-command/src/WP_Post_IDs_Iterator.php on line 34
Success: All done with export.
The topic ‘Deprecation Messages wp export’ is closed to new replies.