rate us on WordPress.org. You are the one who can help to grow and make this plugin better!', 'anycomment' ), 'https://wordpress.org/support/plugin/anycomment/reviews/?rate=5#new-post' ) ?>
[ 'text' => __( 'Telegram', 'anycomment' ), 'url' => \AnyComment\Helpers\AnyCommentLinkHelper::get_telegram() ], 'vkontakte' => [ 'text' => __( 'Vkontakte', 'anycomment' ), 'url' => \AnyComment\Helpers\AnyCommentLinkHelper::get_vkontakte() ], 'website' => [ 'text' => __( 'Website', 'anycomment' ), 'url' => \AnyComment\Helpers\AnyCommentLinkHelper::get_official_website() ], 'github' => [ 'text' => __( 'GitHub', 'anycomment' ), 'url' => \AnyComment\Helpers\AnyCommentLinkHelper::get_github() ], ]; $i = 0; foreach ( $links as $link ) { $separator = $i !== 0 ? ' · ' : ''; echo $separator . '' . $link['text'] . ''; $i ++; } ?>