0
Validation results

Hub

Hub

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEhub.zip
  • FILE SIZE28591128 bytes
  • MD517fef36cd6ac222c7ec248fa46fc3cda
  • SHA1919f532065e6ccb85ebd097ec9eb4ba94cd2949b
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttps://hub.liquid-themes.com/
  • VERSION1.3.0.2
  • TAGSresponsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
  • CREATION DATE2021-11-19
  • LAST FILE UPDATE2021-11-19
  • LAST VALIDATION2021-11-19 13:23
  • OTHER VERSIONS

    4.2.4 : 0%

    2.0.5 : 0%

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 : 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(
  4. 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');
  5. 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) {
  6. Admin menu : Themes should use add_theme_page() for adding admin pages. File liquid-admin-page.php : 67: add_menu_page(File liquid-admin-page.php : 78: add_submenu_page(File liquid-breadcrumb.php : 199: $this->add_front_page_items();311: * [add_front_page_items description]312: * @method add_front_page_items314: protected function add_front_page_items() {File liquid-breadcrumb.php : 199: $this->add_front_page_items();311: * [add_front_page_items description]312: * @method add_front_page_items314: protected function add_front_page_items() {File liquid-breadcrumb.php : 208: $this->add_posts_page_items();329: * [add_posts_page_items description]330: * @method add_posts_page_items332: protected function add_posts_page_items() {File liquid-breadcrumb.php : 208: $this->add_posts_page_items();329: * [add_posts_page_items description]330: * @method add_posts_page_items332: protected function add_posts_page_items() {File class-merlin.php : 427: $this->hook_suffix = add_submenu_page(File class-tgm-plugin-activation.php : 640: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag responsive in style.css header.Found wrong tag retina in style.css header.Found wrong tag live-editor in style.css header.
  2. Text domain : Incorrect use of translation functions.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.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 hub, your-textdomain, merlin-wp, wordpress-importer.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the register_taxonomy() function, which is plugin-territory functionality.
  4. Unwanted files : hidden file(s) or folder(s).ds_store was found.
  5. Non-printable characters : Presence of non-printable characters in PHP filesNon-printable characters were found in file liquid-admin-elementor.php. This is an indicator of potential errors in PHP code.14: class Liqıid_Admin_Elementor_Settings extends Liquid_Admin_Page {54: new Liqıid_Admin_Elementor_Settings;
  6. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  7. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  8. 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.
  9. I18N implementation : Proper use of ___all(Possible variable $settings found in translation function in footer.php. Translation function calls should not contain PHP variables. Possible variable $settings found in translation function in footer.php. Translation function calls should not contain PHP variables.
  10. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.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 attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  8. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : liquid-vc-templates.php 3: include_once( get_template_directory() . '/theme/liquid-vc-page-templates.p 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 : liquid-header.php 11: include_once( get_template_directory() . '/theme/theme-options/liquid-heade12: include_once( get_template_directory() . '/theme/theme-options/liquid-heade13: include_once( get_template_directory() . '/theme/theme-options/liquid-heade 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 : liquid-extras.php 361: include_once( get_template_directory() . '/theme/theme-options/liquid-page- 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 : liquid-admin-license.php 32: include_once( get_template_directory() . '/liquid/admin/views/liquid-login. 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 : liquid-admin-dashboard.php 32: include_once( get_template_directory() . '/liquid/admin/views/liquid-dashbo 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 : liquid-admin-plugins.php 32: include_once( get_template_directory() . '/liquid/admin/views/liquid-plugin 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 : liquid-admin-changelog.php 33: include_once( get_template_directory() . '/liquid/admin/views/liquid-change 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 : liquid-plugins.php 18: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-tabs.p 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 : liquid-dashboard.php 5: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-tabs.p17: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-regist22: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-featur 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 : liquid-demos.php 5: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-tabs.p26: include( locate_template( 'theme/liquid-demo-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 : liquid-admin-import.php 33: include_once( get_template_directory() . '/liquid/admin/views/liquid-demos. 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 : liquid-admin-init.php 47: include_once( get_template_directory() . '/liquid/admin/liquid-admin-page.p48: include_once( get_template_directory() . '/liquid/admin/liquid-admin-dashbo49: include_once( get_template_directory() . '/liquid/admin/liquid-admin-plugin50: include_once( get_template_directory() . '/liquid/admin/liquid-admin-import51: include_once( get_template_directory() . '/liquid/admin/liquid-admin-custom52: include_once( get_template_directory() . '/liquid/admin/liquid-admin-perfor53: include_once( get_template_directory() . '/liquid/admin/liquid-admin-elemen 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 : liquid-register-admin.php 76: include( get_template_directory() . '/liquid/admin/updater/liquid-updater-c 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 : liquid-helpers.php 86: 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 : liquid-mega-menu.php 11: require_once( get_template_directory() . '/liquid/extensions/mega-menu/liqu12: require_once( get_template_directory() . '/liquid/extensions/mega-menu/liqu13: require_once( get_template_directory() . '/liquid/extensions/mega-menu/liqu78: require_once( get_template_directory() . '/liquid/extensions/mega-menu/liqu 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 : liquid-responsive-css.php 61: 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 : liquid-dynamic-css.php 126: 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 : comments.php 150: require( liquid()->comment_template[ $comment_type ] ); 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 : liquid-init.php 12: include_once( get_template_directory() . '/liquid/liquid-base.php' );86: include_once( get_template_directory() . '/liquid/liquid-helpers.php' );87: include_once( get_template_directory() . '/liquid/liquid-template-tags.php'88: include_once( get_template_directory() . '/liquid/liquid-media.php' );89: include_once( get_template_directory() . '/liquid/liquid-theme-options-init90: include_once( get_template_directory() . '/liquid/liquid-meta-boxes-init.ph91: include_once( get_template_directory() . '/liquid/liquid-dynamic-css.php' )92: include_once( get_template_directory() . '/liquid/liquid-responsive-css.php95: include_once( get_template_directory() . '/liquid/structure/markup.php' );96: include_once( get_template_directory() . '/liquid/structure/header.php' );97: include_once( get_template_directory() . '/liquid/structure/footer.php' );98: include_once( get_template_directory() . '/liquid/structure/posts.php' );99: include_once( get_template_directory() . '/liquid/structure/comments.php' )103: include_once( get_template_directory() . '/liquid/vendors/woocommerce/liqui107: include_once( get_template_directory() . '/liquid/extensions/aq_resizer/aq_110: include_once( get_template_directory() . '/liquid/admin/updater/liquid-regi114: $this->layout = include_once( get_template_directory() . '/liquid/liquid-theme-layout.php' 119: include_once( get_template_directory() . '/liquid/extensions/optimization/o200: include_once( get_template_directory() . '/liquid/admin/liquid-admin-init.p 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-merlin.php 1243: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-demos. 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-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 : liquid-template-tags.php 63: return include( locate_template( 'templates/content/content-bbpress.php' ) );105: include( $template ); 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