Current Path : /home/theafprt/fnf.group/wp-content/plugins/hit_plusgallery/includes/ |
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; }