Remove "Social Count Plus" from recommended plugins

This commit is contained in:
Alexander Agnarson 2020-07-12 11:36:33 +02:00
parent d420867385
commit 80e1d04274

View file

@ -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 );