From 80e1d04274b9783b737dd3d47b71f56284eeaf2e Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Sun, 12 Jul 2020 11:36:33 +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 42c2a80..85fac3c 100644 --- a/functions.php +++ b/functions.php @@ -689,10 +689,6 @@ if ( ! function_exists( 'featureon_plugins' ) ) { array( 'name' => esc_html__( 'WP-PageNavi', 'featureon' ), 'slug' => 'wp-pagenavi', - ), - array( - 'name' => esc_html__( 'Social Count Plus', 'featureon' ), - 'slug' => 'social-count-plus', ) ); tgmpa( $plugins );