0
Validation results

Microsite

Microsite

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEmicrosite.zip
  • FILE SIZE5048451 bytes
  • MD571217538da9fe453c05e31c92956f221
  • SHA14f0340c4a7f36c9ba3a18c177e3a45de8a0ee5e3
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • VERSION2.3.4
  • AUTHOR URI
  • TAGSone-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, a
  • CREATION DATE2022-06-17
  • LAST FILE UPDATE2022-06-17
  • LAST VALIDATION2022-06-17 12:57
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Use of PHP sytem calls Found ->exec in file RedisHandler.php. 79: ->exec();Found exec in file MercurialProcessorTest.php. 24: exec('where hg 2>NUL', $output, $result);26: exec('which hg 2>/dev/null >/dev/null', $output, $result);
  2. Security breaches : Use of backticks execution operators in PHP code Found ` in file MercurialProcessor.php. 53: $result = explode(' ', trim(`hg id -nb`));Found ` in file GitProcessor.php. 54: $branches = `git branch -v --no-abbrev`;Found ` in file MercurialProcessorTest.php. 33: `hg init`;
  3. Security breaches : Modification of PHP server settings Found ini_set in file Extension.php. 146: @ini_set('display_errors', 'On');
  4. Security breaches : Use of base64_decode() Found base64_decode in file GitLabApi.php. 247: return base64_decode($response->content);Found base64_decode in file GitHubApi.php. 274: return base64_decode($response->content);
  5. Security breaches : Use of base64_encode() Found base64_encode in file ChromePHPHandler.php.
     $data = base64_encode(utf8_encode($json));
     $data = base64_encode(utf8_encode($json));
    Found base64_encode in file ChromePHPHandlerTest.php.
     'X-ChromeLogger-Data'   => base64_encode(utf8_encode(json_encode(array(
     'X-ChromeLogger-Data'   => base64_encode(utf8_encode(json_encode(array(
     'X-ChromeLogger-Data'   => base64_encode(utf8_encode(json_encode(array(
    Found base64_encode in file GitHubApi.php.
     return 'Basic ' . base64_encode($this->userName . ':' . $this->accessToken);
    Found base64_encode in file OAuthSignature.php.
     $parameters['oauth_signature'] = base64_encode(hash_hmac('sha1', $stringToSign, $secret, true));
  6. Unwanted files : hidden file(s) or folder(s) .ds_store .editorconfig .gitignore .github .postcssrc.js .lintstagedrc.js .browserlistrc .eslintrc.js .huskyrc.js .babelrc.js .phpstorm.meta.php was found.
  7. Malware : Operations on file system file_get_contents was found in the file class-merlin-widget-importer.php 77: $data = file_get_contents( $file );file_get_contents was found in the file class-merlin-customizer-importer.php 64: $raw = file_get_contents( $import_file_path );file_get_contents was found in the file class-merlin-redux-importer.php 25: $redux_options_raw_data = file_get_contents( $redux_item['file_path'] );file_put_contents was found in the file class-merlin-downloader.php 43: $saved_file = file_put_contents( $this->download_directory_path . $filename, $content );fopen was found in the file LoggerInterfaceTest.php 112: 'resource' => fopen('php://memory', 'r'),fread was found in the file SlackHandler.php 160: @fread($res, 2048);fopen was found in the file DeduplicationHandler.php 140: $handle = fopen($this->deduplicationStore, 'rw+');fwrite was found in the file DeduplicationHandler.php 156: fwrite($handle, $log);fclose was found in the file DeduplicationHandler.php 160: fclose($handle);file_put_contents was found in the file DeduplicationHandler.php 167: file_put_contents($this->deduplicationStore, $record['datetime']->getTimestfile_get_contents was found in the file CouchDBHandler.php 60: if (false === @file_get_contents($url, null, $context)) {fclose was found in the file StreamHandler.php 63: fclose($this->stream);fopen was found in the file StreamHandler.php 100: $this->stream = fopen($this->url, 'a');135: $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);fwrite was found in the file StreamHandler.php 130: fwrite($stream, (string) $record['formatted']);fclose was found in the file SocketHandler.php 78: fclose($this->resource);fwrite was found in the file SocketHandler.php 225: protected function fwrite($data)227: return @fwrite($this->resource, $data);300: $chunk = $this->fwrite($data);302: $chunk = $this->fwrite(substr($data, $sent));fwrite was found in the file SocketHandler.php 225: protected function fwrite($data)227: return @fwrite($this->resource, $data);300: $chunk = $this->fwrite($data);302: $chunk = $this->fwrite(substr($data, $sent));fwrite was found in the file SocketHandler.php 225: protected function fwrite($data)227: return @fwrite($this->resource, $data);300: $chunk = $this->fwrite($data);302: $chunk = $this->fwrite(substr($data, $sent));fwrite was found in the file SocketHandler.php 225: protected function fwrite($data)227: return @fwrite($this->resource, $data);300: $chunk = $this->fwrite($data);302: $chunk = $this->fwrite(substr($data, $sent));fopen was found in the file LineFormatterTest.php 116: 'extra' => array('foo' => new TestFoo, 'bar' => new TestBar, 'baz' => array(), 'res' => fopen('php://memory', 'rb')),fopen was found in the file NormalizerFormatterTest.php 34: 'extra' => array('foo' => new TestFooNorm, 'bar' => new TestBarNorm, 'baz' => array(), 'res' => fopen('php://memory', 'rb')),199: $resource = fopen(__FILE__, 'r');352: $resource = fopen('php://memory', 'rw+');fopen was found in the file NormalizerFormatterTest.php 34: 'extra' => array('foo' => new TestFooNorm, 'bar' => new TestBarNorm, 'baz' => array(), 'res' => fopen('php://memory', 'rb')),199: $resource = fopen(__FILE__, 'r');352: $resource = fopen('php://memory', 'rw+');fopen was found in the file NormalizerFormatterTest.php 34: 'extra' => array('foo' => new TestFooNorm, 'bar' => new TestBarNorm, 'baz' => array(), 'res' => fopen('php://memory', 'rb')),199: $resource = fopen(__FILE__, 'r');352: $resource = fopen('php://memory', 'rw+');fwrite was found in the file NormalizerFormatterTest.php 353: fwrite($resource, 'test_resource');fread was found in the file LogEntriesHandlerTest.php 38: $content = fread($this->res, 1024);54: $content = fread($this->res, 1024);fread was found in the file LogEntriesHandlerTest.php 38: $content = fread($this->res, 1024);54: $content = fread($this->res, 1024);fopen was found in the file LogEntriesHandlerTest.php 63: $this->res = fopen('php://memory', 'a');fopen was found in the file StreamHandlerTest.php 25: $handle = fopen('php://memory', 'a+');40: $handle = fopen('php://memory', 'a+');fread was found in the file StreamHandlerTest.php 32: $this->assertEquals('testtest2test3', fread($handle, 100));fopen was found in the file StreamHandlerTest.php 25: $handle = fopen('php://memory', 'a+');40: $handle = fopen('php://memory', 'a+');fclose was found in the file SocketHandlerTest.php 181: fclose($res);fread was found in the file SocketHandlerTest.php 203: $this->assertEquals('test1test2test3', fread($this->res, 1024));fopen was found in the file SocketHandlerTest.php 278: $this->res = fopen('php://memory', 'a');file_get_contents was found in the file RotatingFileHandlerTest.php 73: $this->assertEquals('test', file_get_contents($log));104: $this->assertEquals('test', file_get_contents($log));201: $this->assertEquals('footest', file_get_contents($log));file_get_contents was found in the file RotatingFileHandlerTest.php 73: $this->assertEquals('test', file_get_contents($log));104: $this->assertEquals('test', file_get_contents($log));201: $this->assertEquals('footest', file_get_contents($log));file_put_contents was found in the file RotatingFileHandlerTest.php 197: file_put_contents($log, 'foo');file_get_contents was found in the file RotatingFileHandlerTest.php 73: $this->assertEquals('test', file_get_contents($log));104: $this->assertEquals('test', file_get_contents($log));201: $this->assertEquals('footest', file_get_contents($log));fread was found in the file HipChatHandlerTest.php 32: $content = fread($this->res, 1024);44: $content = fread($this->res, 1024);56: $content = fread($this->res, 1024);68: $content = fread($this->res, 1024);80: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);136: $content = fread($this->res, 1024);148: $content = fread($this->res, 1024);158: $content = fread($this->res, 12000);171: $content = fread($this->res, 1024);200: $content = fread($this->res, 1024);fread was found in the file HipChatHandlerTest.php 32: $content = fread($this->res, 1024);44: $content = fread($this->res, 1024);56: $content = fread($this->res, 1024);68: $content = fread($this->res, 1024);80: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);136: $content = fread($this->res, 1024);148: $content = fread($this->res, 1024);158: $content = fread($this->res, 12000);171: $content = fread($this->res, 1024);200: $content = fread($this->res, 1024);fread was found in the file HipChatHandlerTest.php 32: $content = fread($this->res, 1024);44: $content = fread($this->res, 1024);56: $content = fread($this->res, 1024);68: $content = fread($this->res, 1024);80: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);136: $content = fread($this->res, 1024);148: $content = fread($this->res, 1024);158: $content = fread($this->res, 12000);171: $content = fread($this->res, 1024);200: $content = fread($this->res, 1024);fread was found in the file HipChatHandlerTest.php 32: $content = fread($this->res, 1024);44: $content = fread($this->res, 1024);56: $content = fread($this->res, 1024);68: $content = fread($this->res, 1024);80: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);136: $content = fread($this->res, 1024);148: $content = fread($this->res, 1024);158: $content = fread($this->res, 12000);171: $content = fread($this->res, 1024);200: $content = fread($this->res, 1024);fread was found in the file HipChatHandlerTest.php 32: $content = fread($this->res, 1024);44: $content = fread($this->res, 1024);56: $content = fread($this->res, 1024);68: $content = fread($this->res, 1024);80: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);136: $content = fread($this->res, 1024);148: $content = fread($this->res, 1024);158: $content = fread($this->res, 12000);171: $content = fread($this->res, 1024);200: $content = fread($this->res, 1024);fread was found in the file HipChatHandlerTest.php 32: $content = fread($this->res, 1024);44: $content = fread($this->res, 1024);56: $content = fread($this->res, 1024);68: $content = fread($this->res, 1024);80: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);136: $content = fread($this->res, 1024);148: $content = fread($this->res, 1024);158: $content = fread($this->res, 12000);171: $content = fread($this->res, 1024);200: $content = fread($this->res, 1024);fread was found in the file HipChatHandlerTest.php 32: $content = fread($this->res, 1024);44: $content = fread($this->res, 1024);56: $content = fread($this->res, 1024);68: $content = fread($this->res, 1024);80: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);136: $content = fread($this->res, 1024);148: $content = fread($this->res, 1024);158: $content = fread($this->res, 12000);171: $content = fread($this->res, 1024);200: $content = fread($this->res, 1024);fread was found in the file HipChatHandlerTest.php 32: $content = fread($this->res, 1024);44: $content = fread($this->res, 1024);56: $content = fread($this->res, 1024);68: $content = fread($this->res, 1024);80: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);136: $content = fread($this->res, 1024);148: $content = fread($this->res, 1024);158: $content = fread($this->res, 12000);171: $content = fread($this->res, 1024);200: $content = fread($this->res, 1024);fread was found in the file HipChatHandlerTest.php 32: $content = fread($this->res, 1024);44: $content = fread($this->res, 1024);56: $content = fread($this->res, 1024);68: $content = fread($this->res, 1024);80: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);136: $content = fread($this->res, 1024);148: $content = fread($this->res, 1024);158: $content = fread($this->res, 12000);171: $content = fread($this->res, 1024);200: $content = fread($this->res, 1024);fread was found in the file HipChatHandlerTest.php 32: $content = fread($this->res, 1024);44: $content = fread($this->res, 1024);56: $content = fread($this->res, 1024);68: $content = fread($this->res, 1024);80: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);136: $content = fread($this->res, 1024);148: $content = fread($this->res, 1024);158: $content = fread($this->res, 12000);171: $content = fread($this->res, 1024);200: $content = fread($this->res, 1024);fread was found in the file HipChatHandlerTest.php 32: $content = fread($this->res, 1024);44: $content = fread($this->res, 1024);56: $content = fread($this->res, 1024);68: $content = fread($this->res, 1024);80: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);136: $content = fread($this->res, 1024);148: $content = fread($this->res, 1024);158: $content = fread($this->res, 12000);171: $content = fread($this->res, 1024);200: $content = fread($this->res, 1024);fopen was found in the file HipChatHandlerTest.php 242: $this->res = fopen('php://memory', 'a');file_get_contents was found in the file DeduplicationHandlerTest.php 133: file_get_contents(sys_get_temp_dir() . '/monolog_dedup.log')154: file_get_contents(sys_get_temp_dir() . '/monolog_dedup.log')file_get_contents was found in the file DeduplicationHandlerTest.php 133: file_get_contents(sys_get_temp_dir() . '/monolog_dedup.log')154: file_get_contents(sys_get_temp_dir() . '/monolog_dedup.log')fread was found in the file FlowdockHandlerTest.php 46: $content = fread($this->res, 1024);fopen was found in the file FlowdockHandlerTest.php 65: $this->res = fopen('php://memory', 'a');fread was found in the file PushoverHandlerTest.php 34: $content = fread($this->res, 1024);54: $content = fread($this->res, 1024);65: $content = fread($this->res, 1024);77: $content = fread($this->res, 1024);89: $content = fread($this->res, 1024);99: $content = fread($this->res, 1024);109: $content = fread($this->res, 1024);fread was found in the file PushoverHandlerTest.php 34: $content = fread($this->res, 1024);54: $content = fread($this->res, 1024);65: $content = fread($this->res, 1024);77: $content = fread($this->res, 1024);89: $content = fread($this->res, 1024);99: $content = fread($this->res, 1024);109: $content = fread($this->res, 1024);fread was found in the file PushoverHandlerTest.php 34: $content = fread($this->res, 1024);54: $content = fread($this->res, 1024);65: $content = fread($this->res, 1024);77: $content = fread($this->res, 1024);89: $content = fread($this->res, 1024);99: $content = fread($this->res, 1024);109: $content = fread($this->res, 1024);fread was found in the file PushoverHandlerTest.php 34: $content = fread($this->res, 1024);54: $content = fread($this->res, 1024);65: $content = fread($this->res, 1024);77: $content = fread($this->res, 1024);89: $content = fread($this->res, 1024);99: $content = fread($this->res, 1024);109: $content = fread($this->res, 1024);fread was found in the file PushoverHandlerTest.php 34: $content = fread($this->res, 1024);54: $content = fread($this->res, 1024);65: $content = fread($this->res, 1024);77: $content = fread($this->res, 1024);89: $content = fread($this->res, 1024);99: $content = fread($this->res, 1024);109: $content = fread($this->res, 1024);fread was found in the file PushoverHandlerTest.php 34: $content = fread($this->res, 1024);54: $content = fread($this->res, 1024);65: $content = fread($this->res, 1024);77: $content = fread($this->res, 1024);89: $content = fread($this->res, 1024);99: $content = fread($this->res, 1024);109: $content = fread($this->res, 1024);fread was found in the file PushoverHandlerTest.php 34: $content = fread($this->res, 1024);54: $content = fread($this->res, 1024);65: $content = fread($this->res, 1024);77: $content = fread($this->res, 1024);89: $content = fread($this->res, 1024);99: $content = fread($this->res, 1024);109: $content = fread($this->res, 1024);fopen was found in the file PushoverHandlerTest.php 118: $this->res = fopen('php://memory', 'a');fread was found in the file SlackHandlerTest.php 47: $content = fread($this->res, 1024);57: $content = fread($this->res, 1024);70: $content = fread($this->res, 1024);76: $content2 = fread($this->res, 1024);87: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);110: $content = fread($this->res, 1024);fread was found in the file SlackHandlerTest.php 47: $content = fread($this->res, 1024);57: $content = fread($this->res, 1024);70: $content = fread($this->res, 1024);76: $content2 = fread($this->res, 1024);87: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);110: $content = fread($this->res, 1024);fread was found in the file SlackHandlerTest.php 47: $content = fread($this->res, 1024);57: $content = fread($this->res, 1024);70: $content = fread($this->res, 1024);76: $content2 = fread($this->res, 1024);87: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);110: $content = fread($this->res, 1024);fread was found in the file SlackHandlerTest.php 47: $content = fread($this->res, 1024);57: $content = fread($this->res, 1024);70: $content = fread($this->res, 1024);76: $content2 = fread($this->res, 1024);87: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);110: $content = fread($this->res, 1024);fread was found in the file SlackHandlerTest.php 47: $content = fread($this->res, 1024);57: $content = fread($this->res, 1024);70: $content = fread($this->res, 1024);76: $content2 = fread($this->res, 1024);87: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);110: $content = fread($this->res, 1024);fread was found in the file SlackHandlerTest.php 47: $content = fread($this->res, 1024);57: $content = fread($this->res, 1024);70: $content = fread($this->res, 1024);76: $content2 = fread($this->res, 1024);87: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);110: $content = fread($this->res, 1024);fread was found in the file SlackHandlerTest.php 47: $content = fread($this->res, 1024);57: $content = fread($this->res, 1024);70: $content = fread($this->res, 1024);76: $content2 = fread($this->res, 1024);87: $content = fread($this->res, 1024);100: $content = fread($this->res, 1024);110: $content = fread($this->res, 1024);fopen was found in the file SlackHandlerTest.php 132: $this->res = fopen('php://memory', 'a');
  8. Malware : Network operations curl_init was found in the file SlackbotHandler.php 72: $ch = curl_init();curl_init was found in the file MandrillHandler.php 55: $ch = curl_init();curl_init was found in the file CubeHandler.php 91: $this->httpConnection = curl_init('http://'.$this->host.':'.$this->port.'/1.0/event/put');curl_init was found in the file LogglyHandler.php 87: $ch = curl_init();curl_init was found in the file IFTTTHandler.php 58: $ch = curl_init();curl_init was found in the file SlackWebhookHandler.php 83: $ch = curl_init();fsockopen was found in the file SocketHandler.php 17: * Stores to any socket - uses fsockopen() or pfsockopen().20: * @see http://php.net/manual/en/function.fsockopen.php98: * @see http://php.net/manual/en/function.fsockopen.php183: * UDP might appear to be connected but might fail when writing. See http://php.net/fsockopen for details.196: protected function pfsockopen()198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->204: protected function fsockopen()206: return @fsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->276: $resource = $this->pfsockopen();278: $resource = $this->fsockopen();pfsockopen was found in the file SocketHandler.php 17: * Stores to any socket - uses fsockopen() or pfsockopen().196: protected function pfsockopen()198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this-276: $resource = $this->pfsockopen();pfsockopen was found in the file SocketHandler.php 17: * Stores to any socket - uses fsockopen() or pfsockopen().196: protected function pfsockopen()198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this-276: $resource = $this->pfsockopen();pfsockopen was found in the file SocketHandler.php 17: * Stores to any socket - uses fsockopen() or pfsockopen().196: protected function pfsockopen()198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this-276: $resource = $this->pfsockopen();fsockopen was found in the file SocketHandler.php 17: * Stores to any socket - uses fsockopen() or pfsockopen().20: * @see http://php.net/manual/en/function.fsockopen.php98: * @see http://php.net/manual/en/function.fsockopen.php183: * UDP might appear to be connected but might fail when writing. See http://php.net/fsockopen for details.196: protected function pfsockopen()198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->204: protected function fsockopen()206: return @fsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->276: $resource = $this->pfsockopen();278: $resource = $this->fsockopen();fsockopen was found in the file SocketHandler.php 17: * Stores to any socket - uses fsockopen() or pfsockopen().20: * @see http://php.net/manual/en/function.fsockopen.php98: * @see http://php.net/manual/en/function.fsockopen.php183: * UDP might appear to be connected but might fail when writing. See http://php.net/fsockopen for details.196: protected function pfsockopen()198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->204: protected function fsockopen()206: return @fsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->276: $resource = $this->pfsockopen();278: $resource = $this->fsockopen();pfsockopen was found in the file SocketHandler.php 17: * Stores to any socket - uses fsockopen() or pfsockopen().196: protected function pfsockopen()198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this-276: $resource = $this->pfsockopen();fsockopen was found in the file SocketHandler.php 17: * Stores to any socket - uses fsockopen() or pfsockopen().20: * @see http://php.net/manual/en/function.fsockopen.php98: * @see http://php.net/manual/en/function.fsockopen.php183: * UDP might appear to be connected but might fail when writing. See http://php.net/fsockopen for details.196: protected function pfsockopen()198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->204: protected function fsockopen()206: return @fsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->276: $resource = $this->pfsockopen();278: $resource = $this->fsockopen();curl_exec was found in the file Util.php 35: if (curl_exec($ch) === false) {
  9. Admin menu : Themes should use add_theme_page() for adding admin pages. File admin.php : 48: add_menu_page('Theme Panel', 'Theme Panel', 'manage_options', 'theme-panel'File admin.php : 50: add_submenu_page('theme-panel', 'Dashboard', 'Dashboard', 'manage_options',55: add_submenu_page('theme-panel', 'License', 'License', 'manage_options', 'th61: add_submenu_page('theme-panel', 'Upgrade Pro', '<span class='rta-menu-pro'>File admin.php : 50: add_submenu_page('theme-panel', 'Dashboard', 'Dashboard', 'manage_options',55: add_submenu_page('theme-panel', 'License', 'License', 'manage_options', 'th61: add_submenu_page('theme-panel', 'Upgrade Pro', '<span class='rta-menu-pro'>File admin.php : 50: add_submenu_page('theme-panel', 'Dashboard', 'Dashboard', 'manage_options',55: add_submenu_page('theme-panel', 'License', 'License', 'manage_options', 'th61: add_submenu_page('theme-panel', 'Upgrade Pro', '<span class='rta-menu-pro'>File class-merlin.php : 429: $this->hook_suffix = add_submenu_page(File class-tgm-plugin-activation.php : 731: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile Theme_Options_Container.php : 161: add_menu_page(File Theme_Options_Container.php : 172: add_submenu_page(
  10. Inapropriate constants : Use of STYLESHEETPATH Constant STYLESHEETPATH was found in the file class-gamajo-template-loader.php. get_stylesheet_directory() should be used instead. 208: * Searches in the STYLESHEETPATH before TEMPLATEPATH so that themes which
  11. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file class-gamajo-template-loader.php. get_template_directory() should be used instead. 208: * Searches in the STYLESHEETPATH before TEMPLATEPATH so that themes which
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag custom-logo in style.css header.Found wrong tag block-styles in style.css header.Found wrong tag wide-blocks in style.css header.Themes that use the tag accessibility-ready will need to undergo an accessibility review.
    See https://make.wordpress.org/themes/handbook/review/accessibility/
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'No %s result' in file class-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Carousel' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Carousel' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Off' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'On' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slides to Show' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slide Spacing' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'spacing between Carousel item' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Navigation' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pagination' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Off' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'On' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Infinite Loop' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Off' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'On' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto Play' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'On' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Off' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Carousel' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pagination Color' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pagination Color :Active' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pagination' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pagination Style' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Heading' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Heading title' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Style' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Style 1' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Style 2' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Style 3' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Style 4' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color Line Primary' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color Line Second' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Margin Bottom' in file class-elementor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color' in file class-customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Normal' in file class-customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hover' in file class-customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color' in file class-customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background Color' in file class-customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link' in file class-customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Border Color' in file class-customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file class-customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file class-customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Padding' in file class-customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Margin' in file class-customizer.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments "Not post found" in file class-ajax.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Showing %s of %s2 results' in file class-ajax.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Loading' in file class-ajax.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Load More' in file class-ajax.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Load More' in file class-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site Options' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site Options' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Discount %s" in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WhatsApp Number' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cart Method' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WhatsApp Message' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Button' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook Event' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Store' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Type' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product URL' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Button text' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Buy Product' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regular price (Rp)' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sale price (Rp)' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Gallery' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tokopedia' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Shopee' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bukalapak' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blibli' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lazada' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Attribute' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Label' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Value' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Association' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marketplace' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Attributes' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Linked product' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lastest Post' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Results for: %s' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Browse:' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Breadcrumbs', 'breadcrumbs aria label' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404 Not Found' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archives' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search results for: %s' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %s' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Page %s' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Minute %s' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Week %s' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Load More' in file inc-template-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Full Name' in file inc-comment.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website (optional)' in file inc-comment.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file inc-comment.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment' in file inc-comment.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file inc-comment.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'author' in file inc-comment.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file inc-comment.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color Browser' in file brand.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color Browser' in file brand.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change the Color of Address Bar in Mobile Browser' in file brand.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pavicon' in file brand.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header' in file header.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header' in file header.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link Color' in file header.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Normal' in file header.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hover' in file header.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tweaks ' in file tweak.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Move jQuery to Footer' in file tweak.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove Emoji' in file tweak.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove Block Style' in file tweak.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Front Page Builder' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bio Profile' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Images Slider' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Catalog 1' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Catalog 2' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Catalog 3' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Categories' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Content' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bio Profile' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Images Slider' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Catalog 1' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Catalog 2' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Catalog 3' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Categories' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Content' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sections' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select (and re-order) front page sections that you want to display' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use the rich text editor to add in text into the section' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload an image to be used for the section. For best results, the image should be at least 1200px wide and it looks best if the image is taller than the overall text you will be adding.' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link Url' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logo Shop' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Links' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link Item' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add New Link" in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Label' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'url' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bio Name' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bio Name' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bio Description' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bio Description' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Media' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marketplace' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Background' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Slides' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'With each image slide you have the option to upload an image and set the links. For best results, all of your slides should use images that are identical in size and ratio. One recommended size that works well for most shops is 1500 x 600px.' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slider Item' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add New Slider" in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link URL' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Size' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Infinity Loop' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto Play' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Banner Item' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Banner' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link Url' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Carousel' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Column' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Column Per Row' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slides to Show' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Size' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Banner Title' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Banner Description' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Carousel' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pagination Style' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Load More' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Query' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Query Products by' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lastest Products' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hand Picks' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Product' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order By' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Most Selling' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Most Viewer' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Most Review' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts Per Page' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Title' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Description' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories Title' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories Description' in file homepage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Global' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Typography' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Colors & Styles' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Heading' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use CSS Unit px or %' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Body' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Brand Color' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Secondary' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font Color' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Secondary' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tertiary' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link Color' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Normal' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hover' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background Scheme' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Secondary' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Border Color' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Highlight Color' in file global.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Media' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marketplace' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Instagram' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Youtube' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tiktok' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blibli' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bukalapak' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tokopedia' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lazada' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Shopee' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer' in file footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Copyright (Support HTML tag)' in file footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can use text map {{site_name}} {{year}}' in file footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cannot import auto-draft posts' in file src/WXRImporter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skipping attachment "%s", fetching attachments disabled' in file src/WXRImporter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View details' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More information about %s' in file Ui.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Theme Setup' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments '%1$s%2$s Themes &lsaquo; Theme Setup: %3$s%4$s' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Kembali kehalaman admin' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Matikan fitur wizard' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Lewati' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Selanjutnya' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Mulai' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Batal' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Instal' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Instal' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Instal' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Impor' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Aktifkan' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Nanti' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Aktifkan %s' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments '%s sudah diaktifkan' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Masukan kunci lisensi untuk mendapatkan semua fitur premium, update, dan dukungan dari Whuzzz Studio' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Kunci lisensi' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Tema ini sudah terdaftar, silakan lanjutkan ke langkah berikutnya' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Tema Anda sudah di aktifkan! Fitur Premium, update, dan dukungan bisa digunakan' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Butuh bantuan?' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Selamat datang di %s' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Hi. Selamat datang kembali' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Fitur Wizard ini akan membantu Anda untuk melakukan pengaturan tema, memasang plugin, dan mengimpor konten. Langkah ini hanya opsional tapi sangat direkomendasikan bagi Anda yang baru di dunia WordPress.' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Anda mungkin sudah menjalankan fitur Wizard ini sebelumnnya, Jika Anda ingin melanjutkannya silakan klik tombol "Mulai" di bawah ini' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Install tema anak' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'You\'re good to go!' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Aktifkan tema anak sehingga Anda dapat dengan mudah melakukan perubahan tanpa merusak tema utama.' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Tema anak Anda berhasil di install dan diaktifkan' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Pelajari lebih lanjut tentang tema anak' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Tema anak Anda sudah diinstall dan diaktifkan' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Tema anak Anda sudah berhasil dibuat dan sekarang sudah diaktifkan' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Install Plugins' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Mengagumkan' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Mari kita instal beberapa plugin WordPress yang penting untuk membangun situs Anda.' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Semua plugin WordPress yang diperlukan sudah terpasang dan diperbarui. Tekan "Selanjutnya" untuk melanjutkan kepengaturan.' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Tingkat lanjut' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Impor Konten' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Pilih salah satu tampilan website sesuai dengan demo.' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Tingkat lanjut' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Proses instalasi selesai. Selamat bersenang-senang!' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Tema Anda telah diatur. Nikmati tema baru Anda yang dikembangkan oleh %s.' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Extra' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Kunjungi website' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Mulai melakukan kostumisasi' in file merlin-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Hubungi dukungan tema' in file merlin-config.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'The new version of Carbon Fields is a major update. Please make sure you have a full backup before updating and test any add-ons or custom functionality.', \n, 'Developers should review the upgrade guide on %1$s.' in file Plugin_Update_Warning.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'The new version of Carbon Fields is a major update. Please make sure you have a full backup before updating and test any add-ons or custom functionality.', \n, 'Developers should review the upgrade guide on %1$s.', 'carbon-fields' in file Plugin_Update_Warning.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'crb' in file Block_Container.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid block.' in file Router.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file search-panel.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search ' in file search-panel.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Ready to publish your first post? %1$sGet started here%2$s.' in file content-none.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments "Sorry, but nothing matched your search terms. Please try again with different keywords." in file content-none.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments "There aren't any posts currently published in this category." in file content-none.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments "There aren't any posts currently published under this taxonomy." in file content-none.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments "There aren't any posts currently published under this tag." in file content-none.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'It seems we can&rsquo;t find what you&rsquo;re looking for.' in file content-none.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu' in file menu-panel.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cart' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Form' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Full Name' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This field is required' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Telp / WhatsApp (opsional)' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This field not valid' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Address' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apartment, suite, unit, etc' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This field is required' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checkout' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send detail product to WhatsApp' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tidak ada produk di keranjang.' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Added a product' in file checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Quotes' in file header-main.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edukasi' in file header-main.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tips & Trik' in file header-main.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file header-main.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu' in file header-main.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Detail' in file attributes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file attributes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Buy Product' in file external.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Product Related' in file related.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Buy from Marketplace' in file marketplace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Available on marketplace' in file marketplace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Read More' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Leave a Reply' in file comments.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Comments are closed.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send a Comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your email address will not be published.' in file comments.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 admin_domain, etalasis, merlin-wp, wordpress-importer, breadcrumb-trail, plugin-update-checker, tgmpa, \n, carbon-fields, crb, kirki.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.
  4. Unwanted directories : GIT revision control directoryA.git was found.
  5. PHP short tags : Presence of PHP short tagsPHP short tags were found in file ParsedownModern.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.762: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))PHP short tags were found in file ParsedownLegacy.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.760: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
  6. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  7. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  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 ___all(Possible variable $label found in translation function in class-customizer.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in Complex_Field.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in Complex_Field.php. Translation function calls should not contain PHP variables. Possible variable $handle found in translation function in Block_Container.php. Translation function calls should not contain PHP variables.
  12. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  13. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  14. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  15. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  16. Tags : Tags displayThis theme doesn't seem to display tags.
  17. Screenshot : Screenshot fileBad 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 home template file home.phpThis theme does not contain optional file home.php.
  3. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  4. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  5. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  8. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of 404 Not Found template file 404.phpThis theme does not contain optional file 404.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : class-merlin-customizer-importer.php 173: require_once( ABSPATH . 'wp-admin/includes/media.php' );174: require_once( ABSPATH . 'wp-admin/includes/file.php' );175: 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 : UpgraderStatus.php 126: require_once( ABSPATH . '/wp-admin/includes/plugin.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 : Autoloader.php 46: include ($this->libraryDir . $this->staticMap[$className]); 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 : Package.php 144: require_once(ABSPATH . '/wp-admin/includes/plugin.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 : PucReadmeParser.php 258: require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSIO 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 : carbon-fields-plugin.php 23: require( __DIR__ . '/vendor/autoload.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 : Loader.php 40: include_once( dirname( dirname( __DIR__ ) ) . '/config.php' );41: include_once( \Carbon_Fields\DIR . '/core/functions.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 3: require( 'common/options-page.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 : network.php 3: require( 'common/options-page.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