From 1a34726b9e3ee2d8b81b5f81fc81a3c98f997de2 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Sun, 12 Jul 2020 11:36:40 +0200 Subject: [PATCH] Remove "Social Count Plus" from recommended plugins --- functions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/functions.php b/functions.php index b14be8a..5b228e0 100644 --- a/functions.php +++ b/functions.php @@ -691,10 +691,6 @@ if ( ! function_exists( 'magaziner_plugins' ) ) { array( 'name' => esc_html__( 'WP-PageNavi', 'magaziner' ), 'slug' => 'wp-pagenavi', - ), - array( - 'name' => esc_html__( 'Social Count Plus', 'magaziner' ), - 'slug' => 'social-count-plus', ) ); tgmpa( $plugins );