Skip to content

Commit

Permalink
Social: Fix OG tag conflicts with Jetpack Beta (#39792)
Browse files Browse the repository at this point in the history
* Add Jetpack Beta's Jetpack slug to conflicting plugins

* changelog
  • Loading branch information
gmjuhasz authored Oct 16, 2024
1 parent f62e160 commit 96a0484
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Added Jetpack Beta's slug to Social OG conflicting plugins
1 change: 1 addition & 0 deletions projects/plugins/social/src/class-meta-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 96a0484

Please sign in to comment.