diff --git a/projects/plugins/social/changelog/fix-social-og-tags-jetpack-dev-path b/projects/plugins/social/changelog/fix-social-og-tags-jetpack-dev-path new file mode 100644 index 0000000000000..79af3f25d3565 --- /dev/null +++ b/projects/plugins/social/changelog/fix-social-og-tags-jetpack-dev-path @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Added Jetpack Beta's slug to Social OG conflicting plugins diff --git a/projects/plugins/social/src/class-meta-tags.php b/projects/plugins/social/src/class-meta-tags.php index 7846317c01606..ab3d2ee03fcef 100644 --- a/projects/plugins/social/src/class-meta-tags.php +++ b/projects/plugins/social/src/class-meta-tags.php @@ -23,6 +23,7 @@ class Meta_Tags { */ private $open_graph_conflicting_plugins = array( 'jetpack/jetpack.php', // The Jetpack plugin adds its own meta tags. + 'jetpack-dev/jetpack.php', // Jetpack's location with the beta plugin. '2-click-socialmedia-buttons/2-click-socialmedia-buttons.php', // 2 Click Social Media Buttons. 'add-link-to-facebook/add-link-to-facebook.php', // Add Link to Facebook. 'add-meta-tags/add-meta-tags.php', // Add Meta Tags.