We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3c56d commit 387bb64Copy full SHA for 387bb64
1 file changed
includes/integrations/class-ecwid-integration-google-sitemap-generator.php
@@ -1,6 +1,8 @@
1
<?php
2
3
class Ecwid_Integration_Google_Sitemap_Generator {
4
+ public $plugin_version;
5
+
6
public function __construct() {
7
// 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
8
add_action( 'sm_buildmap', array( $this, 'build_sitemap' ) );
0 commit comments