0
Validation results

LarisManis WP

LarisManis WP

WordPress 6.4.3 theme
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_decode() Found base64_decode in file updates.php. 134: $license = maybe_unserialize(base64_decode($license));Found base64_decode in file api-helpers.php. 4853: if( !function_exists('openssl_decrypt') ) return base64_decode($data);4861: list($encrypted_data, $iv) = explode('::', base64_decode($data), 2);
  4. 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 updates.php.
     $value = base64_encode(maybe_serialize($data));
    Found base64_encode in file api-helpers.php.
     if( !function_exists('openssl_encrypt') ) return base64_encode($data);
     return base64_encode($encrypted_data . '::' . $iv);
  5. Unwanted files : SQL dump file data.sqlite3 was found.
  6. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="https://www.googletagmanager.com/ns.html?id=<?php echo esc_attr( $google_tag_manager ); ?> in file integrations.php. 568: <noscript><iframe src='https://www.googletagmanager.com/ns.html?id=<?php echo esc_att
  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');file_get_contents was found in the file class-wpbisnis-wc-indo-ongkir-base.php 233: if ( 'wp_remote_post_http' == $this->ongkir_mode || 'file_get_contents_http' == $this->ongkir_mode ) {488: elseif ( 'file_get_contents' == $this->ongkir_mode || 'file_get_contents_http' == $th497: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file wpbisnis-wc-indo-ongkir.php 212: if ( 'wp_remote_post_http' == $ongkir_mode || 'file_get_contents_http' == $ongkir_mode ) {361: 'file_get_contents' => 'file_get_contents (https)',363: 'file_get_contents_http' => 'file_get_contents (http)',655: elseif ( 'file_get_contents' == $ongkir_mode ) {656: $ongkir_mode = 'file_get_contents (https)';661: elseif ( 'file_get_contents_http' == $ongkir_mode ) {662: $ongkir_mode = 'file_get_contents (http)';839: $fgc_https_result = @file_get_contents( $ping_https_url, false, $fgc_https_context );844: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> bisa digunakan di hosting Anda';848: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> TIDAK bisa digunakan di hosting Anda, JA881: $fgc_http_result = @file_get_contents( $ping_http_url, false, $fgc_http_context );886: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> bisa digunakan di hosting Anda';890: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> TIDAK bisa digunakan di hosting Anda, JAN1041: elseif ( 'file_get_contents' == $ongkir_mode || 'file_get_contents_http' == $ongkir_m1050: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file wpbisnis-wc-indo-ongkir.php 212: if ( 'wp_remote_post_http' == $ongkir_mode || 'file_get_contents_http' == $ongkir_mode ) {361: 'file_get_contents' => 'file_get_contents (https)',363: 'file_get_contents_http' => 'file_get_contents (http)',655: elseif ( 'file_get_contents' == $ongkir_mode ) {656: $ongkir_mode = 'file_get_contents (https)';661: elseif ( 'file_get_contents_http' == $ongkir_mode ) {662: $ongkir_mode = 'file_get_contents (http)';839: $fgc_https_result = @file_get_contents( $ping_https_url, false, $fgc_https_context );844: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> bisa digunakan di hosting Anda';848: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> TIDAK bisa digunakan di hosting Anda, JA881: $fgc_http_result = @file_get_contents( $ping_http_url, false, $fgc_http_context );886: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> bisa digunakan di hosting Anda';890: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> TIDAK bisa digunakan di hosting Anda, JAN1041: elseif ( 'file_get_contents' == $ongkir_mode || 'file_get_contents_http' == $ongkir_m1050: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file wpbisnis-wc-indo-ongkir.php 212: if ( 'wp_remote_post_http' == $ongkir_mode || 'file_get_contents_http' == $ongkir_mode ) {361: 'file_get_contents' => 'file_get_contents (https)',363: 'file_get_contents_http' => 'file_get_contents (http)',655: elseif ( 'file_get_contents' == $ongkir_mode ) {656: $ongkir_mode = 'file_get_contents (https)';661: elseif ( 'file_get_contents_http' == $ongkir_mode ) {662: $ongkir_mode = 'file_get_contents (http)';839: $fgc_https_result = @file_get_contents( $ping_https_url, false, $fgc_https_context );844: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> bisa digunakan di hosting Anda';848: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> TIDAK bisa digunakan di hosting Anda, JA881: $fgc_http_result = @file_get_contents( $ping_http_url, false, $fgc_http_context );886: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> bisa digunakan di hosting Anda';890: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> TIDAK bisa digunakan di hosting Anda, JAN1041: elseif ( 'file_get_contents' == $ongkir_mode || 'file_get_contents_http' == $ongkir_m1050: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file wpbisnis-wc-indo-ongkir.php 212: if ( 'wp_remote_post_http' == $ongkir_mode || 'file_get_contents_http' == $ongkir_mode ) {361: 'file_get_contents' => 'file_get_contents (https)',363: 'file_get_contents_http' => 'file_get_contents (http)',655: elseif ( 'file_get_contents' == $ongkir_mode ) {656: $ongkir_mode = 'file_get_contents (https)';661: elseif ( 'file_get_contents_http' == $ongkir_mode ) {662: $ongkir_mode = 'file_get_contents (http)';839: $fgc_https_result = @file_get_contents( $ping_https_url, false, $fgc_https_context );844: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> bisa digunakan di hosting Anda';848: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> TIDAK bisa digunakan di hosting Anda, JA881: $fgc_http_result = @file_get_contents( $ping_http_url, false, $fgc_http_context );886: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> bisa digunakan di hosting Anda';890: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> TIDAK bisa digunakan di hosting Anda, JAN1041: elseif ( 'file_get_contents' == $ongkir_mode || 'file_get_contents_http' == $ongkir_m1050: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file wpbisnis-wc-indo-ongkir.php 212: if ( 'wp_remote_post_http' == $ongkir_mode || 'file_get_contents_http' == $ongkir_mode ) {361: 'file_get_contents' => 'file_get_contents (https)',363: 'file_get_contents_http' => 'file_get_contents (http)',655: elseif ( 'file_get_contents' == $ongkir_mode ) {656: $ongkir_mode = 'file_get_contents (https)';661: elseif ( 'file_get_contents_http' == $ongkir_mode ) {662: $ongkir_mode = 'file_get_contents (http)';839: $fgc_https_result = @file_get_contents( $ping_https_url, false, $fgc_https_context );844: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> bisa digunakan di hosting Anda';848: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> TIDAK bisa digunakan di hosting Anda, JA881: $fgc_http_result = @file_get_contents( $ping_http_url, false, $fgc_http_context );886: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> bisa digunakan di hosting Anda';890: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> TIDAK bisa digunakan di hosting Anda, JAN1041: elseif ( 'file_get_contents' == $ongkir_mode || 'file_get_contents_http' == $ongkir_m1050: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file wpbisnis-wc-indo-ongkir.php 212: if ( 'wp_remote_post_http' == $ongkir_mode || 'file_get_contents_http' == $ongkir_mode ) {361: 'file_get_contents' => 'file_get_contents (https)',363: 'file_get_contents_http' => 'file_get_contents (http)',655: elseif ( 'file_get_contents' == $ongkir_mode ) {656: $ongkir_mode = 'file_get_contents (https)';661: elseif ( 'file_get_contents_http' == $ongkir_mode ) {662: $ongkir_mode = 'file_get_contents (http)';839: $fgc_https_result = @file_get_contents( $ping_https_url, false, $fgc_https_context );844: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> bisa digunakan di hosting Anda';848: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> TIDAK bisa digunakan di hosting Anda, JA881: $fgc_http_result = @file_get_contents( $ping_http_url, false, $fgc_http_context );886: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> bisa digunakan di hosting Anda';890: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> TIDAK bisa digunakan di hosting Anda, JAN1041: elseif ( 'file_get_contents' == $ongkir_mode || 'file_get_contents_http' == $ongkir_m1050: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file wpbisnis-wc-indo-ongkir.php 212: if ( 'wp_remote_post_http' == $ongkir_mode || 'file_get_contents_http' == $ongkir_mode ) {361: 'file_get_contents' => 'file_get_contents (https)',363: 'file_get_contents_http' => 'file_get_contents (http)',655: elseif ( 'file_get_contents' == $ongkir_mode ) {656: $ongkir_mode = 'file_get_contents (https)';661: elseif ( 'file_get_contents_http' == $ongkir_mode ) {662: $ongkir_mode = 'file_get_contents (http)';839: $fgc_https_result = @file_get_contents( $ping_https_url, false, $fgc_https_context );844: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> bisa digunakan di hosting Anda';848: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> TIDAK bisa digunakan di hosting Anda, JA881: $fgc_http_result = @file_get_contents( $ping_http_url, false, $fgc_http_context );886: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> bisa digunakan di hosting Anda';890: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> TIDAK bisa digunakan di hosting Anda, JAN1041: elseif ( 'file_get_contents' == $ongkir_mode || 'file_get_contents_http' == $ongkir_m1050: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file wpbisnis-wc-indo-ongkir.php 212: if ( 'wp_remote_post_http' == $ongkir_mode || 'file_get_contents_http' == $ongkir_mode ) {361: 'file_get_contents' => 'file_get_contents (https)',363: 'file_get_contents_http' => 'file_get_contents (http)',655: elseif ( 'file_get_contents' == $ongkir_mode ) {656: $ongkir_mode = 'file_get_contents (https)';661: elseif ( 'file_get_contents_http' == $ongkir_mode ) {662: $ongkir_mode = 'file_get_contents (http)';839: $fgc_https_result = @file_get_contents( $ping_https_url, false, $fgc_https_context );844: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> bisa digunakan di hosting Anda';848: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> TIDAK bisa digunakan di hosting Anda, JA881: $fgc_http_result = @file_get_contents( $ping_http_url, false, $fgc_http_context );886: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> bisa digunakan di hosting Anda';890: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> TIDAK bisa digunakan di hosting Anda, JAN1041: elseif ( 'file_get_contents' == $ongkir_mode || 'file_get_contents_http' == $ongkir_m1050: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file wpbisnis-wc-indo-ongkir.php 212: if ( 'wp_remote_post_http' == $ongkir_mode || 'file_get_contents_http' == $ongkir_mode ) {361: 'file_get_contents' => 'file_get_contents (https)',363: 'file_get_contents_http' => 'file_get_contents (http)',655: elseif ( 'file_get_contents' == $ongkir_mode ) {656: $ongkir_mode = 'file_get_contents (https)';661: elseif ( 'file_get_contents_http' == $ongkir_mode ) {662: $ongkir_mode = 'file_get_contents (http)';839: $fgc_https_result = @file_get_contents( $ping_https_url, false, $fgc_https_context );844: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> bisa digunakan di hosting Anda';848: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> TIDAK bisa digunakan di hosting Anda, JA881: $fgc_http_result = @file_get_contents( $ping_http_url, false, $fgc_http_context );886: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> bisa digunakan di hosting Anda';890: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> TIDAK bisa digunakan di hosting Anda, JAN1041: elseif ( 'file_get_contents' == $ongkir_mode || 'file_get_contents_http' == $ongkir_m1050: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file wpbisnis-wc-indo-ongkir.php 212: if ( 'wp_remote_post_http' == $ongkir_mode || 'file_get_contents_http' == $ongkir_mode ) {361: 'file_get_contents' => 'file_get_contents (https)',363: 'file_get_contents_http' => 'file_get_contents (http)',655: elseif ( 'file_get_contents' == $ongkir_mode ) {656: $ongkir_mode = 'file_get_contents (https)';661: elseif ( 'file_get_contents_http' == $ongkir_mode ) {662: $ongkir_mode = 'file_get_contents (http)';839: $fgc_https_result = @file_get_contents( $ping_https_url, false, $fgc_https_context );844: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> bisa digunakan di hosting Anda';848: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> TIDAK bisa digunakan di hosting Anda, JA881: $fgc_http_result = @file_get_contents( $ping_http_url, false, $fgc_http_context );886: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> bisa digunakan di hosting Anda';890: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> TIDAK bisa digunakan di hosting Anda, JAN1041: elseif ( 'file_get_contents' == $ongkir_mode || 'file_get_contents_http' == $ongkir_m1050: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file wpbisnis-wc-indo-ongkir.php 212: if ( 'wp_remote_post_http' == $ongkir_mode || 'file_get_contents_http' == $ongkir_mode ) {361: 'file_get_contents' => 'file_get_contents (https)',363: 'file_get_contents_http' => 'file_get_contents (http)',655: elseif ( 'file_get_contents' == $ongkir_mode ) {656: $ongkir_mode = 'file_get_contents (https)';661: elseif ( 'file_get_contents_http' == $ongkir_mode ) {662: $ongkir_mode = 'file_get_contents (http)';839: $fgc_https_result = @file_get_contents( $ping_https_url, false, $fgc_https_context );844: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> bisa digunakan di hosting Anda';848: $fgc_https_message = 'metode <strong>file_get_contents (https)</strong> TIDAK bisa digunakan di hosting Anda, JA881: $fgc_http_result = @file_get_contents( $ping_http_url, false, $fgc_http_context );886: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> bisa digunakan di hosting Anda';890: $fgc_http_message = 'metode <strong>file_get_contents (http)</strong> TIDAK bisa digunakan di hosting Anda, JAN1041: elseif ( 'file_get_contents' == $ongkir_mode || 'file_get_contents_http' == $ongkir_m1050: $result = @file_get_contents( $this->get_api_url(), false, $context );file_get_contents was found in the file settings-info.php 151: $readme = file_get_contents( acf_get_path('readme.txt') );file_get_contents was found in the file class-acf-admin-tool-import.php 102: $json = file_get_contents( $file['tmp_name'] );file_get_contents was found in the file json.php 154: $json = file_get_contents('{$path}/{$file}');fopen was found in the file json.php 227: $f = fopen('{$path}/{$file}', 'w');fwrite was found in the file json.php 228: fwrite($f, acf_json_encode( $field_group ));fclose was found in the file json.php 229: fclose($f);
  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 class-merlin.php : 421: $this->hook_suffix = add_submenu_page(File admin-options-page.php : 67: $slug = add_menu_page( $page['page_title'], $page['menu_title'], $page['capability'File admin-options-page.php : 72: $slug = add_submenu_page( $page['parent_slug'], $page['page_title'], $page['menu_tiFile admin-settings-updates.php : 162: $page = add_submenu_page('edit.php?post_type=acf-field-group', __('Updates','acf'),File admin-updates.php : 118: $page = add_submenu_page( 'edit.php?post_type=acf-field-group', __('Updates','acf')File options-page.php : 158: * add_sub_page170: function add_sub_page( $page ) {342: * alias of acf_options_page()->add_sub_page()356: return acf_options_page()->add_sub_page( $page );File settings-info.php : 50: add_submenu_page('edit.php?post_type=acf-field-group', __('Info','acf'), __File admin-tools.php : 116: $page = add_submenu_page('edit.php?post_type=acf-field-group', __('Tools','acf'), _File settings-addons.php : 51: $page = add_submenu_page('edit.php?post_type=acf-field-group', __('Add-ons','acf'),File admin.php : 54: add_menu_page(__('Custom Fields','acf'), __('Custom Fields','acf'), $cap, $File admin.php : 58: add_submenu_page($slug, __('Field Groups','acf'), __('Field Groups','acf'),59: add_submenu_page($slug, __('Add New','acf'), __('Add New','acf'), $cap, 'poFile admin.php : 58: add_submenu_page($slug, __('Field Groups','acf'), __('Field Groups','acf'),59: add_submenu_page($slug, __('Add New','acf'), __('Add New','acf'), $cap, 'poFile admin-upgrade.php : 47: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade Dat94: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade DatFile admin-upgrade.php : 47: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade Dat94: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade Dat
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in optimizations.php. Themes must not deregister core scripts. 256: // wp_deregister_script('wp-embed');
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _n, with the arguments 'layout', 'layouts' in file class-acf-field-flexible-content.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'layout', 'layouts' in file class-acf-field-flexible-content.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%s requires at least %s selection', '%s requires at least %s selections', min, 'acf' in file class-acf-field-gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apply' in file admin-field-groups.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Bulk Actions' in file admin-field-groups.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'btn' in file settings-addons.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%s requires at least %s selection', '%s requires at least %s selections', min, 'acf' in file class-acf-field-relationship.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file api-helpers.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 larismanis-wp, acf, min.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  4. I18N implementation : Proper use of _e(Possible variable $div found in translation function in class-acf-field-repeater.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-clone.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $attrs found in translation function in class-acf-field-gallery.php. Translation function calls should not contain PHP variables. Possible variable $attributes found in translation function in field-group-field-conditional-logic.php. Translation function calls should not contain PHP variables. Possible variable $addon found in translation function in settings-addons.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in form-front.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_picker.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_time_picker.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-group.php. Translation function calls should not contain PHP variables. Possible variable $wrap found in translation function in class-acf-field-wysiwyg.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-file.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-tab.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-accordion.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-taxonomy.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-link.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-google-map.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-relationship.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-image.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-oembed.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-time_picker.php. Translation function calls should not contain PHP variables. Possible variable $attrs found in translation function in acf-input-functions.php. Translation function calls should not contain PHP variables. Possible variable $attrs found in translation function in acf-input-functions.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in api-input.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in api-input.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in api-input.php. Translation function calls should not contain PHP variables. Possible variable $wrapper found in translation function in api-field.php. Translation function calls should not contain PHP variables.
  5. I18N implementation : Proper use of ___all(Possible variable $string found in translation function in api-helpers.php. Translation function calls should not contain PHP variables.
  6. I18N implementation : Proper use of esc_attr_e(Possible variable $div found in translation function in class-acf-field-repeater.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-clone.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $attrs found in translation function in class-acf-field-gallery.php. Translation function calls should not contain PHP variables. Possible variable $attributes found in translation function in field-group-field-conditional-logic.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in form-front.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_picker.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_time_picker.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-group.php. Translation function calls should not contain PHP variables. Possible variable $wrap found in translation function in class-acf-field-wysiwyg.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-file.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-tab.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-accordion.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-taxonomy.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-link.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-google-map.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-relationship.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-image.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-oembed.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-time_picker.php. Translation function calls should not contain PHP variables. Possible variable $attrs found in translation function in acf-input-functions.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in api-input.php. Translation function calls should not contain PHP variables. Possible variable $wrapper found in translation function in api-field.php. Translation function calls should not contain PHP variables.
  7. Date and time implementation : Use of date_i18n()At least one hard coded date was found in the file class-acf-field-date_picker.php. Function get_option( 'date_format' ) should be used instead.
  8. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file wpbisnis-wc-indo-ongkir.php.160: '<a href='https://www.wpbisnis.com/support/'>' . __( 'Support', 'larismanis-wp' ) . '297: $message .= '<a href='https://www.wpbisnis.com/support/' class='button button-secondary' target='288: $message .= '<a href='https://www.wpbisnis.com/knowledgebase_category/woocommerce-indo-ongkir-plu160: '<a href='https://www.wpbisnis.com/support/'>' . __( 'Support', 'larismanis-wp' ) . '297: $message .= '<a href='https://www.wpbisnis.com/support/' class='button button-secondary' target='Possible hard-coded links were found in the file open-graph.php.272: 'message' => sprintf( esc_html__( 'Please use %sFacebook Sharing Debug%s if you want to preview the result and also to force Facebook to use the latest changes of Open Graph settings on this page.', 'larismanis-wp' ), '<a href='https://developers.facebook.com/tools/debug/sharing/' target='_blank'>', '<
  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 category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  9. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  10. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  11. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  12. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  13. Use of includes : Use of include or requireThe theme appears to use include or require : merlin-config.php 1029: require_once( ABSPATH . 'wp-admin/includes/file.php' );1030: require_once( ABSPATH . 'wp-admin/includes/translation-install.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-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 : class-wpbisnis-wc-indo-ongkir-base.php 271: $kecamatan = include( $kecamatan_file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : wpbisnis-wc-indo-ongkir.php 76: include( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongkir-upd1171: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1172: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1173: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1174: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1175: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1176: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1177: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1178: // include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1179: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1180: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1181: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1182: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1183: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1184: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1185: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1186: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1187: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1188: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1189: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1190: include_once( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-ongki1227: // $countries = apply_filters( 'woocommerce_countries', include( WC()->plugin_path() . '/i18n/countries.php' ) );1481: $cities = include( $cities_file );1509: $origins = include( $origin_file );1978: include( dirname( __FILE__ ) . '/upgrades.php' );1981: include( dirname( __FILE__ ) . '/includes/class-wpbisnis-wc-indo-checkout.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 : acf-pro.php 46: include_once( get_template_directory() . '/includes/acf-pro/acf.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 : elementor.php 11: require( __DIR__ . '/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 : plugin.php 107: require_once ( __DIR__ . '/controls/background.php' );115: require_once ( __DIR__ . '/widgets/heading.php' );117: require_once ( __DIR__ . '/widgets/button.php' );120: require_once ( __DIR__ . '/widgets/button-v25.php' );122: require_once ( __DIR__ . '/widgets/video.php' );123: require_once ( __DIR__ . '/widgets/image-banner.php' );124: require_once ( __DIR__ . '/widgets/image-gallery.php' );126: require_once ( __DIR__ . '/widgets/person-gallery.php' );127: require_once ( __DIR__ . '/widgets/search-form.php' );128: require_once ( __DIR__ . '/widgets/newsletter-form.php' );131: require_once ( __DIR__ . '/widgets/person-gallery-v25.php' );132: require_once ( __DIR__ . '/widgets/search-form-v25.php' );133: require_once ( __DIR__ . '/widgets/newsletter-form-v25.php' );135: require_once ( __DIR__ . '/widgets/contact-form.php' );137: require_once ( __DIR__ . '/widgets/wc-products.php' );138: require_once ( __DIR__ . '/widgets/wc-product-categories.php' );140: require_once ( __DIR__ . '/widgets/countdown.php' );142: require_once ( __DIR__ . '/widgets/posts-grid.php' );143: require_once ( __DIR__ . '/widgets/slider-image.php' );144: require_once ( __DIR__ . '/widgets/slider-content.php' );145: // require_once ( __DIR__ . '/widgets/optin.php' );146: require_once ( __DIR__ . '/widgets/testimonials.php' );147: require_once ( __DIR__ . '/widgets/pricing-table.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 : blocks.php 317: include( $path ); 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 : acf.php 121: include_once( ACF_PATH . 'includes/api/api-helpers.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 : api-helpers.php 439: include_once( $path );460: include_once( $path );659: include( $path );3141: //require_once( ABSPATH . '/wp-load.php' ); // WP should already be loaded3142: require_once( ABSPATH . '/wp-admin/includes/media.php' ); // video function3143: require_once( ABSPATH . '/wp-admin/includes/file.php' );3144: require_once( ABSPATH . '/wp-admin/includes/image.php' );4501: include_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 : theme-updater.php 10: include( dirname( __FILE__ ) . '/theme-updater-admin.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-updater-admin.php 89: include( dirname( __FILE__ ) . '/theme-updater-class.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