Your IP : 216.73.216.5


Current Path : /home/theafprt/fnf.group/wp-content/plugins/hit_plusgallery/includes/
Upload File :
Current File : //home/theafprt/fnf.group/wp-content/plugins/hit_plusgallery/includes/function.php

<?php
function pg_get_option($key,$default=''){
	$options = get_option('pg_settings');
	if(isset($options[$key]))
		return $options[$key];
	return $default;
}