0
Validation results

Betheme

Betheme

WordPress 6.5.2 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Use of base64_decode() Found base64_decode in file theme-functions.php.
    Ligne2407: $custom_field_val = maybe_unserialize( base64_decode($custom_field_val) );
  3. Security breaches : Use of base64_encode() Found base64_encode in file theme-functions.php.
     $custom_field_val = base64_encode( serialize($custom_field_val) );
  4. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe id="mfn-vb-ifr" src="'.get_permalink().'?visual=iframe"> in file visual-builder-class.php.
    Ligne282: //echo '<iframe id='mfn-vb-ifr' src=''.get_permalink().'?visual=iframe'></iframe>';
    Found <iframe class="scale-with-grid" src="https://player.vimeo.com/video/'. esc_attr($video) .'" allowFullScreen> in file theme-functions.php.
    Ligne1783: $output .= '<iframe class='scale-with-grid' src='https://player.vimeo.com/video/'. esc_
    Found <iframe class="embed" width="100%" height="'. esc_attr($height) .'" frameborder="0" style="border:0" src="'. esc_url($src) .'" allowfullscreen> in file theme-shortcodes.php.
    Ligne6488: $output = '<iframe class='embed' width='100%' height=''. esc_attr($height) .'' framebo
  5. Malware : Operations on file system fopen was found in the file class-mfn-importer.php
    Ligne226: $fp = fopen( $path, 'r' );
    fread was found in the file class-mfn-importer.php
    Ligne227: $data = fread( $fp, filesize( $path ) );
    fclose was found in the file class-mfn-importer.php
    Ligne228: fclose( $fp );
    file_get_contents was found in the file parsers.php
    Ligne71: $success = $dom->loadXML( file_get_contents( $file ) );
    Ligne295: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {
    file_get_contents was found in the file parsers.php
    Ligne71: $success = $dom->loadXML( file_get_contents( $file ) );
    Ligne295: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {
    fopen was found in the file parsers.php
    Ligne451: $fp = $this->fopen( $file, 'r' );
    Ligne672: function fopen( $filename, $mode = 'r' ) {
    Ligne675: return fopen( $filename, $mode );
    fclose was found in the file parsers.php
    Ligne495: $this->fclose($fp);
    Ligne690: function fclose( $fp ) {
    Ligne693: return fclose( $fp );
    fopen was found in the file parsers.php
    Ligne451: $fp = $this->fopen( $file, 'r' );
    Ligne672: function fopen( $filename, $mode = 'r' ) {
    Ligne675: return fopen( $filename, $mode );
    fopen was found in the file parsers.php
    Ligne451: $fp = $this->fopen( $file, 'r' );
    Ligne672: function fopen( $filename, $mode = 'r' ) {
    Ligne675: return fopen( $filename, $mode );
    fclose was found in the file parsers.php
    Ligne495: $this->fclose($fp);
    Ligne690: function fclose( $fp ) {
    Ligne693: return fclose( $fp );
    fclose was found in the file parsers.php
    Ligne495: $this->fclose($fp);
    Ligne690: function fclose( $fp ) {
    Ligne693: return fclose( $fp );
    file_get_contents was found in the file class-mfn-importer-api.php
    Ligne111: $body = @file_get_contents( $url );
    fopen was found in the file class-mfn-importer-api.php
    Ligne110: if( function_exists( 'ini_get' ) && ini_get( 'allow_url_fopen' ) ){
    Ligne135: $fp = @fopen( $path_zip, 'w' );
    fwrite was found in the file class-mfn-importer-api.php
    Ligne136: $fwrite = @fwrite( $fp, $body );
    Ligne138: if( false === $fwrite ){
    fclose was found in the file class-mfn-importer-api.php
    Ligne137: @fclose( $fp );
    fopen was found in the file class-wxr-parser-regex.php
    Ligne37: $fp = $this->fopen( $file, 'r' );
    Ligne295: function fopen( $filename, $mode = 'r' ) {
    Ligne298: return fopen( $filename, $mode );
    fclose was found in the file class-wxr-parser-regex.php
    Ligne92: $this->fclose($fp);
    Ligne313: function fclose( $fp ) {
    Ligne316: return fclose( $fp );
    fopen was found in the file class-wxr-parser-regex.php
    Ligne37: $fp = $this->fopen( $file, 'r' );
    Ligne295: function fopen( $filename, $mode = 'r' ) {
    Ligne298: return fopen( $filename, $mode );
    fopen was found in the file class-wxr-parser-regex.php
    Ligne37: $fp = $this->fopen( $file, 'r' );
    Ligne295: function fopen( $filename, $mode = 'r' ) {
    Ligne298: return fopen( $filename, $mode );
    fclose was found in the file class-wxr-parser-regex.php
    Ligne92: $this->fclose($fp);
    Ligne313: function fclose( $fp ) {
    Ligne316: return fclose( $fp );
    fclose was found in the file class-wxr-parser-regex.php
    Ligne92: $this->fclose($fp);
    Ligne313: function fclose( $fp ) {
    Ligne316: return fclose( $fp );
    file_get_contents was found in the file class-wxr-parser-xml.php
    Ligne38: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {
    file_get_contents was found in the file class-wxr-parser-simplexml.php
    Ligne23: $success = $dom->loadXML( file_get_contents( $file ) );
    file_get_contents was found in the file class-mfn-pre-built-sections-api.php
    Ligne67: $body = @file_get_contents( $url );
    file_get_contents was found in the file class-mfn-single-page-import-api.php
    Ligne67: $body = @file_get_contents( $url );
  6. Admin menu : Themes should use add_theme_page() for adding admin pages. File options.php :
    Ligne223: $this->page = add_submenu_page(
    File class-mfn-support.php :
    Ligne30: $this->page = add_submenu_page(
    File class-mfn-dashboard.php :
    Ligne188: $this->page = add_menu_page(
    File class-mfn-dashboard.php :
    Ligne198: add_submenu_page(
    File class-mfn-tools.php :
    Ligne27: $this->page = add_submenu_page(
    File class-tgm-plugin-activation.php :
    Ligne724: $this->page_hook = add_submenu_page( $args['parent_slug'], $args['page_title'], $args['menu_ti
    File class-mfn-status.php :
    Ligne34: $this->page = add_submenu_page(
    File class-mfn-changelog.php :
    Ligne30: $this->page = add_submenu_page(
    File class-mfn-importer.php :
    Ligne128: $this->page = add_submenu_page(
  7. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : theme-head.php.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in visual-builder-class.php. Themes must not deregister core scripts.
    Ligne24: //wp_deregister_script('jquery-ui-draggable');
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'mfn-opts' in file modal-icons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Network Admin: %s' in file visual-builder-header.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User Dashboard: %s' in file visual-builder-header.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s &#8212; WordPress' in file visual-builder-header.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s &lsaquo; %2$s &#8212; WordPress' in file visual-builder-header.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recovery Mode &#8212; %s' in file visual-builder-header.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'left' in file content-single-product.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'right' in file content-single-product.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'mfn-opts' in file icons.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'livesearch-noresults' in file header-live-search.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'livesearch-button' in file header-live-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lorem ipsum dolor sit amet' in file class-mfn-elementor-widget-info-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lorem ipsum dolor sit amet' in file class-mfn-elementor-widget-info-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Set custom image' in file theme-woocommerce.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove image' in file theme-woocommerce.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Set custom image' in file theme-woocommerce.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove image' in file theme-woocommerce.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 js_composer, betheme, mfn-opts, woocommerce, mfn_opts, bbpress, betheme_label, Betheme, tgmpa, wordpress-importer, sitepress, textdomain.
  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. Unwanted files : hidden file(s) or folder(s).ds_store was found.
  6. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file options.css.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  9. I18N implementation : Proper use of _e(Possible variable $column found in translation function in content-single-product.php. Translation function calls should not contain PHP variables. Possible variable $column found in translation function in content-single-product.php. Translation function calls should not contain PHP variables. Possible variable $translate found in translation function in header-live-search.php. Translation function calls should not contain PHP variables. Possible variable $translate found in translation function in header-live-search.php. Translation function calls should not contain PHP variables.
  10. I18N implementation : Proper use of ___all(Possible variable $icon_pack found in translation function in modal-icons.php. Translation function calls should not contain PHP variables. Possible variable $loop found in translation function in options.php. Translation function calls should not contain PHP variables. Possible variable $icon_pack found in translation function in icons.php. Translation function calls should not contain PHP variables.
  11. I18N implementation : Proper use of esc_attr_e(Possible variable $column found in translation function in content-single-product.php. Translation function calls should not contain PHP variables. Possible variable $column found in translation function in content-single-product.php. Translation function calls should not contain PHP variables.
  12. I18N implementation : Proper use of esc_html_e(Possible variable $translate found in translation function in header-live-search.php. Translation function calls should not contain PHP variables. Possible variable $translate found in translation function in header-live-search.php. Translation function calls should not contain PHP variables.
  13. Date and time implementation : Use of the_date()At least one hard coded date was found in the file single-download.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-single-portfolio.php. Function get_option( 'date_format' ) should be used instead.
  14. 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 options.php.
    Ligne1021: echo '<a href='admin.php?page=betheme' class='mfn-btn btn-save-changes'>Register now</a>';
    Possible hard-coded links were found in the file field_custom.php.
    Ligne19: echo '<p>Betheme is <a href='https://wpml.org/theme/betheme/?aid=29349&affiliate_key=aCEsSE0ka33p' targe
    Possible hard-coded links were found in the file theme-options.php.
    Ligne1999: 'breadcrumbs-link'	=> __('Last item in <b>Breadcrumbs</b> is link<span>does <b>not</b> work with <a href='https://support.muffingroup.com/documentation/shop-creation/' target='_blan
    Ligne2105: 'desc' => 'In this field, you can use raw HTML to put the content or banner to the right of the Logo when using Magazine header style. For Creative header, the content would appear below the logo na menu. For more details about this feature, please <a href='https://support.muffingroup.com/how-to/how-to-put-extra-content-or-banner-n
    Ligne2113: 'sub_desc' => __('Widgetized area falling from the top on click. For more details, please <a href='https://support.muffingroup.com/how-to/how-to-configure-sliding-top/' targe
    Ligne2688: 'desc' => __('for <b>Front page displays: Your latest posts</b> being set in <a href='options-reading.php' target='_blank'>Settings > Reading</a>', 'mfn-opts'),
    Ligne2866: 'desc' => __('Custom layout for <b>all</b> single posts. For more details, please <a href='https://support.muffingroup.com/how-to/how-to-use-layouts/' target='_blank'
    Ligne3215: 'desc' => __('Custom layout for <b>all</b> single portfolio projects. For more details, please <a href='https://support.muffingroup.com/how-to/how-to-use-layouts/' target='_blank'
    Ligne2866: 'desc' => __('Custom layout for <b>all</b> single posts. For more details, please <a href='https://support.muffingroup.com/how-to/how-to-use-layouts/' target='_blank'
    Ligne3215: 'desc' => __('Custom layout for <b>all</b> single portfolio projects. For more details, please <a href='https://support.muffingroup.com/how-to/how-to-use-layouts/' target='_blank'
    Ligne3248: 'desc' => __('Must be different from the Portfolio site title chosen above, eg. <b>portfolio-item</b>. After change go to <b><a href='options-permalink.php' target='_blank'>Settings > Permalinks</a></b> and cl
    Ligne3256: 'desc' => __('Must be different from the Portfolio site title chosen above, eg. <b>portfolio-types</b>. After change go to <b><a href='options-permalink.php' target='_blank'>Settings > Permalinks</a></b> and cl
    Ligne3248: 'desc' => __('Must be different from the Portfolio site title chosen above, eg. <b>portfolio-item</b>. After change go to <b><a href='options-permalink.php' target='_blank'>Settings > Permalinks</a></b> and cl
    Ligne3256: 'desc' => __('Must be different from the Portfolio site title chosen above, eg. <b>portfolio-types</b>. After change go to <b><a href='options-permalink.php' target='_blank'>Settings > Permalinks</a></b> and cl
    Ligne4107: 'desc' => __('<a href='https://contactform7.com/getting-started-with-contact-form-7/' target='_bla
    Ligne4278: 'desc' => __('<a href='https://contactform7.com/getting-started-with-contact-form-7/' target='_bla
    Ligne4107: 'desc' => __('<a href='https://contactform7.com/getting-started-with-contact-form-7/' target='_bla
    Ligne4278: 'desc' => __('<a href='https://contactform7.com/getting-started-with-contact-form-7/' target='_bla
    Ligne4539: 'desc' => __('Responsive works with WordPress custom menu only, please add one in <a href='nav-menus.php' target='_blank'>Appearance > Menus</a>.<br />Read more: <a h
    Ligne5020: 'desc' => __( 'Code will be included <b>before</b> the closing <b>&lt;/head&gt;</b> tag<br /><a href='https://support.muffingroup.com/faq/google-analytics-code-does-not-work/' t
    Ligne5028: 'desc' => __( 'Code will be included <b>before</b> the closing <b>&lt;/head&gt;</b> tag<br /><a href='https://www.facebook.com/business/help/952192354843755?id=1205376682832142'
    Ligne5036: 'desc' => __( 'Code will be included <b>before</b> the closing <b>&lt;/body&gt;</b> tag<br /><a href='https://support.google.com/google-ads/answer/2476688?hl=en' target='_blank'
    Ligne6779: 'desc' => __('Digits in some items, e.g. <a href='https://themes.muffingroup.com/be/theme/shortcodes/boxes-infographics/#chart' target='_blank'>Chart</a>, <a href='https://themes.muffingroup.com/be/theme/shortcodes/boxes-infographics/#counter' target='_blank'>Counter</a>, <a href='https://themes.muffingroup.com/be/theme/shortcodes/content-elements/#howitworks' target='_blank'>How it Works</a>, <a href='https://themes.muffingroup.com/be/theme/shortcodes/boxes-infographics/#quickfact' target='_blank'>Quick Fact</a>, <a href='https://themes.muffingroup.com/be/theme/product/flying-ninja/' target='_bla
    Ligne6794: 'desc' => __('Some fonts in the Google Fonts Directory support multiple styles. For a complete list of available font subsets, please check <a href='https://www.google.com/webfonts' target='_blank'>Google Web Fonts</a><br />
    Ligne7133: 'desc' => __('<b>Disable</b> if you want to use <b><a href='https://wplang.org/translate-theme-plugin/' target='_blank'>.mo / .po files
    Possible hard-coded links were found in the file class-mfn-widget-flickr.php.
    Ligne93: <?php _e('Use <a href='http://idgettr.com/' target='_blank'>this</a> tool to find your Flickr user
    Possible hard-coded links were found in the file notice-register.php.
    Ligne3: <p>Please <a href='admin.php?page=betheme'>register</a> this version of theme to get access to
    Possible hard-coded links were found in the file mini-status.php.
    Ligne150: <a href='admin.php?page=be-status'><?php esc_html_e('More details', 'mfn-opts') ?></
    Possible hard-coded links were found in the file header.php.
    Ligne79: <a href='update-core.php' class='button'><?php esc_html_e( 'Update to', 'mfn-opts' )
    Ligne118: <a href='admin.php?page=be-tools' class='nav-tab<?php if( $current_screen == 'bethem
    Possible hard-coded links were found in the file class-tgm-plugin-activation.php.
    Ligne2698: $action_links[ 'register' ] = '<span style='color:#666'>Please</span> <a href='admin.php?page=betheme'>register</a> <span style='color:#666'>the theme</sp
    Possible hard-coded links were found in the file class-mfn-importer.php.
    Ligne1269: echo '<a href='admin.php?page=betheme' class='mfn-button mfn-button-secondary'>Please regi
    Ligne1280: echo '<a href='admin.php?page=betheme' class='mfn-button mfn-button-secondary'>Please regi
    Ligne1269: echo '<a href='admin.php?page=betheme' class='mfn-button mfn-button-secondary'>Please regi
    Ligne1280: echo '<a href='admin.php?page=betheme' class='mfn-button mfn-button-secondary'>Please regi
    Ligne1317: echo '<span class='install'><a href='admin.php?page=be-plugins'>Install</a></span>';
    Ligne1331: $install_url = 'admin.php?page=be-plugins';
    Possible hard-coded links were found in the file theme-functions.php.
    Ligne1324: $output .= '<div class='jp-no-solution'><span>Update Required</span>To play the media you will need to either update your browser to a recent version or update your <a href='https://get.adobe.com/flashplayer/' target='_blank'>Flash plugin</a></div>'
    Possible hard-coded links were found in the file class-mfn-post-type-icons.php.
    Ligne86: 'desc' => __('Upload an <a href='https://icomoon.io/app/' target='_blank'>Icomoon</a> zip file', 'mfn-opts')
    Possible hard-coded links were found in the file footer.php.
    Ligne7: * @link https://muffingroup.com
    Ligne127: echo '&copy; '. esc_html(date('Y')) .' Betheme by <a href='https://muffingroup.com' target='_blank'>Muffin group</a> | All Rights Rese
  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 : visual-builder-class.php
    Ligne165: require_once(get_theme_file_path('/visual-builder/visual-builder-header.php
    Ligne192: require_once(get_theme_file_path('/visual-builder/partials/locker.php'));
    Ligne203: require_once(get_theme_file_path('/visual-builder/partials/sidebar-menu.php
    Ligne212: require_once(get_theme_file_path('/visual-builder/partials/sidebar-header.p
    Ligne220: require_once(get_theme_file_path('/visual-builder/partials/sidebar-widgets.
    Ligne225: require_once(get_theme_file_path('/visual-builder/partials/sidebar-prebuild
    Ligne229: require_once(get_theme_file_path('/visual-builder/partials/sidebar-revision
    Ligne233: require_once(get_theme_file_path('/visual-builder/partials/sidebar-export-i
    Ligne238: require_once(get_theme_file_path('/visual-builder/partials/sidebar-settings
    Ligne242: require_once(get_theme_file_path('/visual-builder/partials/sidebar-options.
    Ligne268: require_once(get_theme_file_path('/visual-builder/partials/sidebar-footer.p
    Ligne279: require_once(get_theme_file_path('/visual-builder/partials/preview-toolbar.
    Ligne287: require_once(get_theme_file_path('/visual-builder/partials/introduction.php
    Ligne290: require_once(get_theme_file_path('/visual-builder/partials/modal-icons.php'
    Ligne293: require_once(get_theme_file_path('/visual-builder/partials/modal-shortcodes
    Ligne295: if( get_post_type( $post->ID ) == 'template' ) require_once(get_theme_file_path('/visual-builder/partials/modal-conditiona
    Ligne301: require_once(get_theme_file_path('/visual-builder/visual-builder-footer.php
    Ligne929: require_once( get_template_directory() .'/muffin-options/fields/'. $field['
    Ligne983: require_once( get_template_directory() .'/muffin-options/fields/'. $field['
    Ligne1009: require_once( get_template_directory() .'/muffin-options/fields/'. $field['
    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 : visual-builder.php
    Ligne16: require_once( get_theme_file_path('/functions/builder/class-mfn-builder-fro
    Ligne17: require_once( get_theme_file_path('/functions/builder/class-mfn-builder-ite
    Ligne18: require_once(get_theme_file_path('/functions/builder/class-mfn-builder-ajax
    Ligne19: require_once(get_theme_file_path('/functions/builder/pre-built/class-mfn-si
    Ligne22: require_once( get_theme_file_path('/functions/post-types/class-mfn-post-typ
    Ligne24: require_once( get_theme_file_path('/functions/post-types/class-mfn-post-typ
    Ligne25: require_once( get_theme_file_path('/functions/post-types/class-mfn-post-typ
    Ligne27: require_once( get_theme_file_path('/muffin-options/icons.php') );
    Ligne29: require_once( get_theme_file_path('/visual-builder/classes/visual-builder-c
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : options.php
    Ligne613: require_once($this->dir .'validation/'. $field['validate'] .'/validation_'.
    Ligne662: require_once( $this->dir .'fields/class-mfn-options-field.php' );
    Ligne715: require_once( $this->dir .'fields/'. $field['type'] .'/field_'. $field['typ
    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_textarea.php
    Ligne15: require_once( get_theme_file_path( '/functions/builder/class-mfn-builder-fi
    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-options.php
    Ligne10: require_once(get_theme_file_path('/muffin-options/fonts.php'));
    Ligne11: require_once(get_theme_file_path('/muffin-options/icons.php'));
    Ligne12: require_once(get_theme_file_path('/muffin-options/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 : icons.php
    Ligne2078: // require_once( get_theme_file_path( '/functions/post-types/class-mfn-post-ty
    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 : header-top-bar-right.php
    Ligne216: get_template_part('includes/include', 'wpml');
    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 : header-side-slide.php
    Ligne310: get_template_part('includes/include', 'slogan');
    Ligne316: get_template_part('includes/include', 'social');
    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 : header-style-shop-split.php
    Ligne14: get_template_part('includes/include', 'slogan');
    Ligne19: get_template_part('includes/include', 'social');
    Ligne65: get_template_part('includes/include', 'logo');
    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 : header-style-shop.php
    Ligne14: get_template_part('includes/include', 'slogan');
    Ligne19: get_template_part('includes/include', 'social');
    Ligne41: get_template_part('includes/include', 'logo');
    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 : header-top-area.php
    Ligne19: get_template_part('includes/include', 'slogan');
    Ligne24: get_template_part('includes/include', 'social');
    Ligne60: <?php get_template_part('includes/include', 'logo'); ?>
    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 : header-creative.php
    Ligne29: get_template_part('includes/include', 'social');
    Ligne44: <?php get_template_part('includes/include', 'logo'); ?>
    Ligne109: get_template_part('includes/include', 'slogan');
    Ligne115: get_template_part('includes/include', 'social');
    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-mfn-widgets.php
    Ligne43: require_once(get_theme_file_path('/functions/widgets/class-mfn-widget-'. $w
    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-mfn-tgmpa.php
    Ligne52: include_once 'class-tgm-plugin-activation.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-mfn-status.php
    Ligne19: require_once(get_theme_file_path('/functions/admin/class-mfn-helper.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-mfn-importer.php
    Ligne77: require_once(get_theme_file_path('/functions/importer/demos.php'));
    Ligne864: require_once(get_theme_file_path('/functions/admin/templates/parts/white-la
    Ligne883: require_once(ABSPATH .'wp-admin/includes/class-wp-importer.php');
    Ligne887: require_once(get_theme_file_path('/functions/importer/wordpress-importer/wo
    Ligne902: require_once( get_theme_file_path( '/functions/importer/class-mfn-importer-
    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-mfn-elementor.php
    Ligne65: require_once( get_theme_file_path( '/functions/plugins/elementor/class-mfn-
    Ligne191: require_once( get_theme_file_path( '/functions/plugins/elementor/class-mfn-
    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-mfn-builder-admin.php
    Ligne156: require_once( get_template_directory() .'/muffin-options/fields/'. $field['
    Ligne180: require_once( get_template_directory() .'/muffin-options/fields/'. $field['
    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-mfn-builder.php
    Ligne29: require_once(get_theme_file_path('/functions/builder/class-mfn-builder-help
    Ligne32: require_once(get_theme_file_path('/functions/builder/class-mfn-builder-woo-
    Ligne39: require_once(get_theme_file_path('/functions/builder/class-mfn-builder-fiel
    Ligne40: require_once(get_theme_file_path('/functions/builder/class-mfn-builder-admi
    Ligne41: require_once(get_theme_file_path('/functions/builder/class-mfn-builder-ajax
    Ligne42: require_once(get_theme_file_path('/functions/builder/pre-built/class-mfn-pr
    Ligne43: require_once(get_theme_file_path('/functions/builder/pre-built/class-mfn-pr
    Ligne44: require_once(get_theme_file_path('/functions/builder/pre-built/class-mfn-si
    Ligne48: require_once(get_theme_file_path('/functions/builder/class-mfn-builder-styl
    Ligne49: require_once(get_theme_file_path('/functions/builder/class-mfn-builder-fron
    Ligne50: require_once(get_theme_file_path('/functions/builder/class-mfn-builder-item
    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 : footer.php
    Ligne136: get_template_part('includes/include', 'social');
    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