0
Validation results

Avada

Avada

WordPress 6.5.2 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 CurlPost.php. 83: $response = $this->curl->exec($handle);
  2. Security breaches : Modification of PHP server settings Found ini_set in file class-avada-demo-import.php. 314: @ini_set( 'max_execution_time', 300 );317: @ini_set( 'memory_limit', '512M' );Found ini_set in file class-avada-migrate.php. 131: @ini_set( 'memory_limit', '256M' );
  3. Security breaches : Use of base64_decode() Found base64_decode in file class-fusion-patcher-client.php. 143: $args['reference'] = base64_decode( $args['reference'] );Found base64_decode in file class-fusion-patcher-apply-patch.php. 88: $setting = (array) json_decode( base64_decode( $setting ) );
  4. Security breaches : Use of base64_encode() Found base64_encode in file class-fusion-patcher-admin-screen.php.
     return base64_encode( wp_json_encode( $patches ) );
    Found base64_encode in file class-fusion-widget-tweets.php.
     $to_send     = base64_encode( $credentials );
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width="' . self::$args['width'] . '" height="' . self::$args['height'] . '" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=' . $api_key . '&q=' . $embed_address . '&maptype=' . self::$args['embed_map_type'] . '&zoom=' . self::$args['zoom'] . '" allowfullscreen> in file class-avada-googlemap.php. 323: $html .= '<iframe width='' . self::$args['width'] . '' height='' . self::$args['heighFound <iframe ', '<iframe data-privacy-type="' . $type . '" src="" ', $frame ); if ( strpos( $frame, 'class="' ) || strpos( $frame, "class='" ) ) { $frame = str_replace( array( 'class="', "class='" ), 'class="fusion-hidden ', $frame ); } else { $frame = str_replace( '<iframe ', '<iframe class="fusion-hidden" ', $frame ); } $frame_width = false; $frame_height = false; // Get dimensions if set. preg_match( '/width="(.*?)"/', $frame, $width ); if ( isset( $width[1] ) ) { preg_match( '/height="(.*?)"/', $frame, $height ); if ( isset( $height[1] ) ) { $frame_width = $width[1]; $frame_height = $height[1]; } } // Add placeholder. $placeholder = ''; if ( ! strpos( $frame, 'data-fusion-no-placeholder' ) ) { $placeholder = $this-> in file class-avada-privacy-embeds.php.
  6. Malware : Operations on file system file_get_contents was found in the file class-avada-importer-data.php 110: $demos = file_get_contents( Avada::$template_dir_path . '/includes/importer/demos.jsfile_get_contents was found in the file class-avada-demo-import.php 812: $theme_options_json = file_get_contents( $this->theme_options_file );848: $widgets_json = file_get_contents( $widgets_json );file_get_contents was found in the file class-avada-demo-import.php 812: $theme_options_json = file_get_contents( $this->theme_options_file );848: $widgets_json = file_get_contents( $widgets_json );file_get_contents was found in the file class-avada-scripts.php 786: $font_awesome_css = @file_get_contents( FUSION_LIBRARY_PATH . '/assets/fonts/fontawesome/font-aw795: $styles .= @file_get_contents( Avada::$template_dir_path . '/assets/css/rtl.min.css' );973: $styles .= file_get_contents( $path );file_get_contents was found in the file class-avada-scripts.php 786: $font_awesome_css = @file_get_contents( FUSION_LIBRARY_PATH . '/assets/fonts/fontawesome/font-aw795: $styles .= @file_get_contents( Avada::$template_dir_path . '/assets/css/rtl.min.css' );973: $styles .= file_get_contents( $path );file_get_contents was found in the file class-avada-scripts.php 786: $font_awesome_css = @file_get_contents( FUSION_LIBRARY_PATH . '/assets/fonts/fontawesome/font-aw795: $styles .= @file_get_contents( Avada::$template_dir_path . '/assets/css/rtl.min.css' );973: $styles .= file_get_contents( $path );file_get_contents was found in the file class-avada-migrate.php 575: $debug_content = file_get_contents( $debug_file_path );file_put_contents was found in the file class-avada-migrate.php 578: file_put_contents( $debug_file_path, $debug_content );file_get_contents was found in the file Post.php 68: $contents = file_get_contents(self::SITE_VERIFY_URL, false, $context);fwrite was found in the file SocketPost.php 104: $this->socket->fwrite($request);fclose was found in the file SocketPost.php 111: $this->socket->fclose();fwrite was found in the file Socket.php 59: * fwrite61: * @see http://php.net/fwrite66: public function fwrite($string, $length = null)68: return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $lengtfwrite was found in the file Socket.php 59: * fwrite61: * @see http://php.net/fwrite66: public function fwrite($string, $length = null)68: return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $lengtfclose was found in the file Socket.php 95: * fclose97: * @see http://php.net/fclose100: public function fclose()102: return fclose($this->handle);fclose was found in the file Socket.php 95: * fclose97: * @see http://php.net/fclose100: public function fclose()102: return fclose($this->handle);file_get_contents was found in the file class-fusion-dynamic-js-compiler.php 102: // If it failed, try file_get_contents().104: $file_content = @file_get_contents( $path );152: $file_content = @file_get_contents( $path );file_get_contents was found in the file class-fusion-dynamic-js-compiler.php 102: // If it failed, try file_get_contents().104: $file_content = @file_get_contents( $path );152: $file_content = @file_get_contents( $path );file_get_contents was found in the file class-fusion-dynamic-js-compiler.php 102: // If it failed, try file_get_contents().104: $file_content = @file_get_contents( $path );152: $file_content = @file_get_contents( $path );fopen was found in the file class.fusionredux_helpers.php 631: //$fp = fopen( $file, 'r' );fread was found in the file class.fusionredux_helpers.php 634: //$file_data = fread( $fp, 8192 );fclose was found in the file class.fusionredux_helpers.php 637: //fclose( $fp );file_get_contents was found in the file class-fusion-dynamic-css.php 505: // If it failed, try file_get_contents().507: $file_contents = @file_get_contents( $path );file_get_contents was found in the file class-fusion-dynamic-css.php 505: // If it failed, try file_get_contents().507: $file_contents = @file_get_contents( $path );file_get_contents was found in the file avada-functions.php 761: $try_file_get_contents = false;788: // Try file_get_contents if body is empty.791: $body = @file_get_contents( $url );fopen was found in the file avada-functions.php 790: if ( function_exists( 'ini_get' ) && ini_get( 'allow_url_fopen' ) ) {809: $fp = @fopen( $file_path, 'w' );fwrite was found in the file avada-functions.php 807: // If the attempt to write to the file failed, then fallback to fwrite.811: $written = @fwrite( $fp, $body );fclose was found in the file avada-functions.php 812: @fclose( $fp );
  7. Malware : Network operations curl_init was found in the file Curl.php 36: * @see http://php.net/curl_init42: return curl_init($url);curl_exec was found in the file Curl.php 57: * @see http://php.net/curl_exec63: return curl_exec($ch);fsockopen was found in the file SocketPost.php 33: * Sends a POST request to the reCAPTCHA service, but makes use of fsockopen()91: if (false === $this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30)) {fsockopen was found in the file SocketPost.php 33: * Sends a POST request to the reCAPTCHA service, but makes use of fsockopen()91: if (false === $this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30)) {fsockopen was found in the file Socket.php 38: * fsockopen40: * @see http://php.net/fsockopen48: public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = nul50: $this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get('fsockopen was found in the file Socket.php 38: * fsockopen40: * @see http://php.net/fsockopen48: public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = nul50: $this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get('
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-avada-avadaredux.php : 300: add_submenu_page( 'themes.php', __( 'Avada Options have moved!', 'Avada' ),File class-avada-layout-bbpress.php : 47: add_action( 'bbp_template_before_search', array( $this, 'add_search_page_search_form' ) );133: public function add_search_page_search_form() {File welcome.php : 163: $page = 'add_management_page';File framework.php : 1344: // wrappers and need to be appened to using add_submenu_page.1395: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1453: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1344: // wrappers and need to be appened to using add_submenu_page.1395: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1453: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1421: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1344: // wrappers and need to be appened to using add_submenu_page.1395: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1453: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile class-fusion-patcher-admin-screen.php : 142: add_submenu_page(File class-avada-admin.php : 623: $avada_menu_page_creation_method = 'add_menu_page';File class-avada-admin.php : 624: $avada_submenu_page_creation_method = 'add_submenu_page';
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in enqueue.php. Themes must not deregister core scripts. 215: wp_deregister_script( 'jquerySelect3' );Found wp_deregister_script in framework.php. Themes must not deregister core scripts. 562: wp_deregister_script( 'wpb_ace' );
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is avada.
  4. Text domain : Incorrect use of translation functions.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments 'View 1 %1$s', 'View All %2$s %3$s', total_events, 'the-events-calendar' in file single-day.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file list-widget.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Avada' in file avada-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Avada' in file avada-tgm.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'FusionRedux localization utilities', themecheck, 'Avada' in file full_package.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'FusionRedux Resting Diles', themecheck, 'Avada' in file full_package.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'FusionRedux Code Styles', themecheck, 'Avada' in file full_package.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'FusionRedux Unit Testing', themecheck, 'Avada' in file full_package.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'FusionRedux Plugin File', themecheck, 'Avada' in file full_package.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'FusionRedux Boostrap Tests', themecheck, 'Avada' in file full_package.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'CI Testing FIle', themecheck, 'Avada' in file full_package.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'PHP Unit Testing', themecheck, 'Avada' in file full_package.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Avada: Horizontal Menu' in file class-fusion-widget-menu.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 Avada, the-events-calendar, total_events, tribe-events-calendar-pro, woocommerce, bbpress, themecheck, fusion-builder, sermon-manager.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.
  6. PHP short tags : Presence of PHP short tagsPHP short tags were found in file parsedown.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.765: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
  7. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file max-shbp-18.css.
  8. Comment pagination : Declaration of comment paginationThe theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
  9. 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.
  10. I18N implementation : Proper use of _e(Possible variable $link_to_all found in translation function in list-widget.php. Translation function calls should not contain PHP variables.
  11. I18N implementation : Proper use of esc_attr_e(Possible variable $link_to_all found in translation function in list-widget.php. Translation function calls should not contain PHP variables.
  12. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  10. Use of includes : Use of include or requireThe theme appears to use include or require : plugins.php 26: include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' ); // For pl 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-fusion-settings.php 588: include_once 'class-fusion-multilingual.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : field_button_set.php 46: * ['format'] string Formatting options for paginate fields. Options include ('currency','nice','niceShort','timeAgoInWords' or a valid Date() f If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : framework.php 410: // require_once 'core/dashboard.php';414: // require_once 'core/newsflash.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-fusion-cache.php 99: include_once 'class-fusion-settings.php';205: include_once 'class-fusion-settings.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 : metaboxes.php 253: include 'options/options_es.php';262: include 'options/options_slide.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