Remove "Social Count Plus" from recommended plugins

This commit is contained in:
Alexander Agnarson 2020-07-12 11:36:49 +02:00
parent 257a8b70dd
commit 5f525c46fe

View file

@ -685,10 +685,6 @@ if ( ! function_exists( 'split_plugins' ) ) {
array( array(
'name' => esc_html__( 'WP-PageNavi', 'split' ), 'name' => esc_html__( 'WP-PageNavi', 'split' ),
'slug' => 'wp-pagenavi', 'slug' => 'wp-pagenavi',
),
array(
'name' => esc_html__( 'Social Count Plus', 'split' ),
'slug' => 'social-count-plus',
) )
); );
tgmpa( $plugins ); tgmpa( $plugins );