Skip to content

Commit 387bb64

Browse files
committed
PLUGINS-6335 Issue with the dynamic property in Ecwid_Integration_Google_Sitemap_Generator::$plugin_version has been fixed
1 parent eb3c56d commit 387bb64

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

includes/integrations/class-ecwid-integration-google-sitemap-generator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22

33
class Ecwid_Integration_Google_Sitemap_Generator {
4+
public $plugin_version;
5+
46
public function __construct() {
57
// Older versions of Google XML Sitemaps plugin generate it in admin, newer in site area, so the hook should be assigned in both of them
68
add_action( 'sm_buildmap', array( $this, 'build_sitemap' ) );

0 commit comments

Comments
 (0)