Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

DONOTCACHEPAGE redefined warning when used with “Google XML Sitemaps” plugin

$
0
0

Replies: 0

Hi, there,

The following warning appears when using the News sitemap portion of this plugin in conjunction with the “Google XML Sitemaps” plugin.

Notice: Constant DONOTCACHEPAGE already defined in \wp-content\plugins\xml-sitemap-feed\models\public\sitemap-news.php on line 48

This can be solved checking for the defined constant first as follows…

if ( ! defined('DONOTCACHEPAGE') ) define('DONOTCACHEPAGE', true);

Thanks for the great plugin,
TL


Viewing all articles
Browse latest Browse all 59525

Trending Articles