From 5f525c46fe782096bea1d7c94654f69ab26afde1 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Sun, 12 Jul 2020 11:36:49 +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 6d07672..77c2f9a 100644 --- a/functions.php +++ b/functions.php @@ -685,10 +685,6 @@ if ( ! function_exists( 'split_plugins' ) ) { array( 'name' => esc_html__( 'WP-PageNavi', 'split' ), 'slug' => 'wp-pagenavi', - ), - array( - 'name' => esc_html__( 'Social Count Plus', 'split' ), - 'slug' => 'social-count-plus', ) ); tgmpa( $plugins );