Fatal error: Call to undefined function wprp() in /home/xyz/public_html/wp-content/themes/temaadı/single.php on line 72


Şeklinde bir hata alıyorum.

72.satır ve biraz devamı şu şekilde:

					
					break;

					case "hit":

					?><li class="hit">

					<?php

					$postHit = get_post_meta($post->ID, 'views',true);

					if ($postHit == NULL) { $postHit = 0; }

					echo number_format($postHit, 0, '', '.'); kez görüntülendi</p>?></li><?php
Hata nerede bulamadım, yardımcı olursanız sevinirim.