Plugin Author
Rajesh
(@rajesh-babu)
What was the version you were using before? What is the PHP version you are using?
what do you meant by activating an updated plugin? updating a plugin does not require any activation. so can you pls mention what you were trying to do after updation?
Plugin Author
Rajesh
(@rajesh-babu)
the plugin uses the WordPress built in sitemap code for generating the sitemap. the built-in code uses this notation rather than looping thro. the $sitemap_entries:
array_push( $sitemaps, …$sitemap_entries );
you probably need to update PHP to V 5.6+ for this built-in piece of code to work. Hence it is better if you could update PHP to the latest stable version.
It is a good practice to update PHP to the latest version for both performance and security reasons.
-
This reply was modified 5 years, 6 months ago by
Rajesh.
-
This reply was modified 5 years, 6 months ago by
Rajesh.
Plugin Author
Rajesh
(@rajesh-babu)
Plugin Author
Rajesh
(@rajesh-babu)
the user wanted to use multiple SEO plugins and he hasn’t got back.