Skip to content

Commit

Permalink
Update list of conflicting plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Sep 24, 2024
1 parent d7e1471 commit feb2ce4
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions src/Admin/PluginAvailability.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,35 @@ protected function seo_plugins() {
*/
protected function conflicting_plugins() {
$this->plugins['conflicting'] = [
'gtm4wp' => [
'gtm4wp' => [
'name' => 'Google Tag Manager for WordPress',
'slug' => 'duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php',
],

'gtm-ecommerce-woo' => [
'gtm-ecommerce-woo' => [
'name' => 'GTM for WooCommerce FREE',
'slug' => 'gtm-ecommerce-woo/gtm-ecommerce-woo.php',
],

'gtm-ecommerce-woo-pro' => [
'gtm-ecommerce-woo-pro' => [
'name' => 'Google Tag Manager for WooCommerce PRO',
'slug' => 'gtm-ecommerce-woo-pro/gtm-ecommerce-woo-pro.php',
],

'wk-google-analytics' => [
'name' => 'Google Analytics and Google Tag Manager by WEBKINDER',
'slug' => 'wk-google-analytics/wk-ga.php',
],

'google-tag-manager' => [
'name' => 'Google Tag Manager',
'slug' => 'google-tag-manager/google-tag-manager.php',
],

'really-simple-google-tag-manager' => [
'name' => 'Really Simple Google Tag Manager',
'slug' => 'really-simple-google-tag-manager/really-simple-google-tag-manager.php',
],
];
}

Expand All @@ -90,7 +105,7 @@ protected function wishlist_plugins() {
'gf' => true,
],

'gtm-ecommerce-woo-pro' => [
'ti-woocommerce-wishlist' => [
'name' => 'TI WooCommerce Wishlist',
'slug' => 'ti-woocommerce-wishlist/ti-woocommerce-wishlist.php',
'gf' => true,
Expand Down

0 comments on commit feb2ce4

Please sign in to comment.