0
Validation results

Bimber

Bimber

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 base64_decode() Found base64_decode in file post-format-link.php. 342: $link_args = json_decode( base64_decode( $link_data ), true );Found base64_decode in file download-page.php. 99: $download_args = json_decode( base64_decode( $download_data ), true );
  2. Security breaches : Use of base64_encode() Found base64_encode in file post-format-link.php.
     $encoded_args = base64_encode( json_encode( array( 'p' => $post_id ) ) );
    Found base64_encode in file download-page.php.
     $encoded_args = base64_encode( json_encode( array( 'download_id' => $dm_object->get_id() ) 
  3. Malware : Operations on file system file_get_contents was found in the file theme.php 1530: $file_out = file_get_contents( 'https://api.bringthepixel.com/license.txt' );1533: // $file_out = file_get_contents( 'https://avadatheme.info/license.txt' );file_get_contents was found in the file theme.php 1530: $file_out = file_get_contents( 'https://api.bringthepixel.com/license.txt' );1533: // $file_out = file_get_contents( 'https://avadatheme.info/license.txt' );
  4. Admin menu : Themes should use add_theme_page() for adding admin pages. File common.php : 149: // add_dashboard_page(
  5. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was photomix.zip facebook-comments-plugin.zip youzer.zip whats-your-reaction.zip easy-social-share-buttons3.zip media-ace.zip snax.zip envato-market.zip js_composer.zip g1-socials.zip ad-ace.zip.
Warning
  1. theme tags : Presence of bad theme tagsThe tag fluid-layout has been deprecated, it must be removed from style.css header.
  2. Text domain : Incorrect use of translation functions.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 rcp, bimber, woocommerce, buddypress, snax, mace, g1_socials, adace, mycred, wyr, bp-follow, js_composer, wordpress-importer, tgmpa, bbpress, g1_theme, download-monitor.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  4. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file SIL Open Font License.txt.
  5. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  6. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  7. 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 video-post-format-metabox.php.83: <a href='http://docs.bimber.bringthepixel.com/articles/mediaace-plugin/about/index.hPossible hard-coded links were found in the file theme-options-registration.php.74: <a href='https://themeforest.net/licenses/terms/regular' target='_blank'><?php esc_h
  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 attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  5. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  6. Use of includes : Use of include or requireThe theme appears to use include or require : class-elementor-bimber-extension.php 78: require_once( BIMBER_PLUGINS_DIR . 'elementor/widgets/bimber-collection.php79: require_once( BIMBER_PLUGINS_DIR . 'elementor/widgets/bimber-categories.php80: require_once( BIMBER_PLUGINS_DIR . 'elementor/widgets/bimber-mc4wp-form.php94: require_once( BIMBER_PLUGINS_DIR . 'elementor/controls/class-bimber-terms-c95: require_once( BIMBER_PLUGINS_DIR . 'elementor/controls/class-bimber-radio-c If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes