<?php
if ( !function_exists( "add_action" ) ) {
echo "Hi there! I'm just a plugin, not much I can do when called directly.";
exit;
}
?>
<div class="wrap">
<div class="gifthunt-404">
<h1>The page you are looking for doesn't exists.</h1>
</div>
</div>