
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
/* -----------------------------------------------------------------------------
 * 
 * Adapter for Post Views Counter plugin
 * https://wordpress.org/plugins/post-views-counter/
 * 
 * -------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
 * Get Post Views
 * -------------------------------------------------------------------------- */

if ( ! function_exists( 'presso_get_post_views' ) ) {
	function presso_get_post_views( $post_id='' ) {
		return pvc_get_post_views( $post_id );
	}
}