Connecting the Post Views Counter plugin

<?php
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
?>
<span class="hp-listing__created-post-views hp-listing__post-views">
	<?php printf( 'Просмотров: %s', pvc_get_post_views() ); ?>
</span>