0
Validation results

Newkala

Newkala

WordPress 6.4.3 theme
0
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEstorina-newkala-44.zip
  • FILE SIZE13565515 bytes
  • MD53d89cd607f200728827742a5359d5c7d
  • SHA1dc0c655e569c5c78bbdc4575c48a04a715ae9127
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images, MS Word
  • VERSION4.4
  • CREATION DATE2019-10-24
  • LAST FILE UPDATE2019-10-24
  • LAST VALIDATION2019-10-24 18:59
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Widgets : Widgets The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
     <?php register_sidebar( $args ); ?>
  2. Security breaches : Modification of PHP server settings Found ini_set in file Extension.php. 142: @ini_set('display_errors', 'On');
  3. Security breaches : Use of base64_decode() Found base64_decode in file GitHubApi.php. 267: return base64_decode($response->content);Found base64_decode in file GitLabApi.php. 235: return base64_decode($response->content);Found base64_decode in file updates.php. 134: $license = maybe_unserialize(base64_decode($license));Found base64_decode in file api-helpers.php. 4631: if( !function_exists('openssl_decrypt') ) return base64_decode($data);4639: list($encrypted_data, $iv) = explode('::', base64_decode($data), 2);
  4. Security breaches : Use of base64_encode() Found base64_encode in file OAuthSignature.php.
     $parameters['oauth_signature'] = base64_encode(hash_hmac('sha1', $stringToSign, $secret, true));
    Found base64_encode in file updates.php.
     $value = base64_encode(maybe_serialize($data));
    Found base64_encode in file api-helpers.php.
     if( !function_exists('openssl_encrypt') ) return base64_encode($data);
     return base64_encode($encrypted_data . '::' . $iv);
  5. Unwanted files : hidden file(s) or folder(s) .tmp.drivedownload .travis.yml .npmignore .gitattributes .editorconfig was found.
  6. Malware : Operations on file system file_get_contents was found in the file json.php 154: $json = file_get_contents('{$path}/{$file}');fopen was found in the file json.php 227: $f = fopen('{$path}/{$file}', 'w');fwrite was found in the file json.php 228: fwrite($f, acf_json_encode( $field_group ));fclose was found in the file json.php 229: fclose($f);file_get_contents was found in the file class-acf-admin-tool-import.php 102: $json = file_get_contents( $file['tmp_name'] );file_get_contents was found in the file settings-info.php 151: $readme = file_get_contents( acf_get_path('readme.txt') );
  7. Admin menu : Themes should use add_theme_page() for adding admin pages. File options-page.php : 158: * add_sub_page170: function add_sub_page( $page ) {342: * alias of acf_options_page()->add_sub_page()356: return acf_options_page()->add_sub_page( $page );File admin-options-page.php : 67: $slug = add_menu_page( $page['page_title'], $page['menu_title'], $page['capability'File admin-options-page.php : 72: $slug = add_submenu_page( $page['parent_slug'], $page['page_title'], $page['menu_tiFile admin-updates.php : 118: $page = add_submenu_page( 'edit.php?post_type=acf-field-group', __('Updates','acf')File admin-tools.php : 116: $page = add_submenu_page('edit.php?post_type=acf-field-group', __('Tools','acf'), _File admin.php : 54: add_menu_page(__('Custom Fields','acf'), __('Custom Fields','acf'), $cap, $File admin.php : 58: add_submenu_page($slug, __('Field Groups','acf'), __('Field Groups','acf'),59: add_submenu_page($slug, __('Add New','acf'), __('Add New','acf'), $cap, 'poFile admin.php : 58: add_submenu_page($slug, __('Field Groups','acf'), __('Field Groups','acf'),59: add_submenu_page($slug, __('Add New','acf'), __('Add New','acf'), $cap, 'poFile admin-upgrade.php : 47: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade Dat94: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade DatFile admin-upgrade.php : 47: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade Dat94: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade DatFile settings-info.php : 50: add_submenu_page('edit.php?post_type=acf-field-group', __('Info','acf'), __
  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 : get_bloginfo get_bloginfo('url') was found in the file slider-product.php. Use home_url() instead.10: 'archive_link' => get_bloginfo('url'),
  10. Deprecated functions : bloginfo bloginfo('url') was found in the file form-lost-password.php. Use echo esc_url( home_url() ) instead.33: <h2> <?php } ?><a href='<?php bloginfo('url'); ?>'><?php bloginfo('title'); ?></a><?php if(is_home()) {?>36: <h6><a href='<?php bloginfo('url'); ?>' title='<?php bloginfo('description'); ?>'><?php bloginbloginfo('url') was found in the file form-login.php. Use echo esc_url( home_url() ) instead.91: <a title='<?php bloginfo('title'); ?>' href='<?php bloginfo('url'); ?>'><img src='<?php $logo = ot_get_option('logo'); if($logbloginfo('url') was found in the file footer-blog.php. Use echo esc_url( home_url() ) instead.154: <a href='<?php bloginfo('url'); ?>'></a>bloginfo('template_url') was found in the file footer-blog.php. Use echo esc_url( get_template_directory_uri() ) instead.50: <a href='<?php echo $instagram_page; ?>' target='_blank'><img width='25' src='<?php bloginfo('template_url'); ?>/images/601de546.png'><?php _e('صفحه این60: <a href='<?php echo $telegram_page; ?>' target='_blank'><img width='25' src='<?php bloginfo('template_url'); ?>/images/icon-telegram.png'><?php _e('کانالbloginfo('url') was found in the file header.php. Use echo esc_url( home_url() ) instead.13: <a title='<?php bloginfo('title'); ?>' href='<?php bloginfo('url'); ?>'><img src='<?php $logo = ot_get_option('logo'); if($log27: <form class='frm_search' action='<?php bloginfo('url'); ?>' method='get' >42: echo '<a class='top_word_search' href=''.get_bloginfo('url').'/?post_type=product&s='.$top_word.'' >'.$top_word.'</a>';bloginfo('url') was found in the file header-blog.php. Use echo esc_url( home_url() ) instead.58: <form class='frm_search_blog' action='<?php bloginfo('url'); ?>' method='get' >82: <form class='frm_search_blog' action='<?php bloginfo('url'); ?>' method='get' style='margin:0' >bloginfo('template_url') was found in the file header-tag.php. Use echo esc_url( get_template_directory_uri() ) instead.11: <script src='<?php bloginfo('template_url'); ?>/js/html5shiv.min.js'></script>12: <script src='<?php bloginfo('template_url'); ?>/js/respond.min.js'></script>bloginfo('url') was found in the file footer.php. Use echo esc_url( home_url() ) instead.155: <a href='<?php bloginfo('url'); ?>'></a>bloginfo('template_url') was found in the file footer.php. Use echo esc_url( get_template_directory_uri() ) instead.50: <a href='<?php echo $instagram_page; ?>' target='_blank'><img width='25' src='<?php bloginfo('template_url'); ?>/images/601de546.png'><?php _e('صفحه این60: <a href='<?php echo $telegram_page; ?>' target='_blank'><img width='25' src='<?php bloginfo('template_url'); ?>/images/icon-telegram.png'><?php _e('کانال
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in functions.php. Themes must not deregister core scripts. 20: wp_deregister_script('autosave');225: wp_deregister_script( 'woo-tracks' );
  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 _e, with the arguments 'newkala' in file index-post-slider.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file index-product_cat.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file index-product_cat.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file footer-blog.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file footer-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ACF Code Field' in file acf-code-field-v4.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file home.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file home.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'newkala' in file login-register.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View details' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More information about %s' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'newkala' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file slider-offers.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file slider-offers.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file slider-offers.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file slider-offers.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file slider-offers.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'newkala' in file footer.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%s requires at least %s selection', '%s requires at least %s selections', min, 'acf' in file class-acf-field-gallery.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'layout', 'layouts' in file class-acf-field-flexible-content.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'layout', 'layouts' in file class-acf-field-flexible-content.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file api-helpers.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%s requires at least %s selection', '%s requires at least %s selections', min, 'acf' in file class-acf-field-relationship.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'btn' in file settings-addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apply' in file admin-field-groups.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Bulk Actions' in file admin-field-groups.php.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 newkala, woocommerce, yith-woocommerce-compare, sample-text-domain, acf-code-field, acf, plugin-update-checker, dokan, dokan-lite, min, theme-text-domain, option-tree-theme, option-tree.
  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 directories : GIT revision control directoryA.git was found.
  6. PHP short tags : Presence of PHP short tagsPHP short tags were found in file ParsedownLegacy.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.760: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))PHP 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.762: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))PHP short tags were found in file brand_slider.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.30: <img class='owl-lazy' data-src='<?php echo $brand['banner']; ?>' alt='<?php echo $brand['title']; ?>' width='<?=$width?>' height='<?=$height?>' />
  7. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  8. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  9. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  10. 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.
  11. Comment reply : Declaration of comment replyCould not find the comment-reply script enqueued, however a reference to 'comment-reply' was found. Make sure that the comment-reply js script is being enqueued properly on singular pages.
  12. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  13. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  14. 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.
  15. I18N implementation : Proper use of _e(Possible variable $term found in translation function in index-product_cat.php. Translation function calls should not contain PHP variables. Possible variable $term found in translation function in index-product_cat.php. Translation function calls should not contain PHP variables. Possible variable $attrs found in translation function in class-acf-field-gallery.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-clone.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-repeater.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in form-front.php. Translation function calls should not contain PHP variables. Possible variable $attrs found in translation function in acf-input-functions.php. Translation function calls should not contain PHP variables. Possible variable $attrs found in translation function in acf-input-functions.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-taxonomy.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-time_picker.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-tab.php. Translation function calls should not contain PHP variables. Possible variable $wrap found in translation function in class-acf-field-wysiwyg.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-file.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-accordion.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-google-map.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-link.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_picker.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-relationship.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-group.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-image.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-oembed.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_time_picker.php. Translation function calls should not contain PHP variables. Possible variable $addon found in translation function in settings-addons.php. Translation function calls should not contain PHP variables. Possible variable $attributes found in translation function in field-group-field-conditional-logic.php. Translation function calls should not contain PHP variables.
  16. I18N implementation : Proper use of ___all(Possible variable $link found in translation function in footer-blog.php. Translation function calls should not contain PHP variables. Possible variable $link found in translation function in footer-blog.php. Translation function calls should not contain PHP variables. Possible variable $label found in translation function in login-register.php. Translation function calls should not contain PHP variables. Possible variable $item found in translation function in login-register.php. Translation function calls should not contain PHP variables. Possible variable $item found in translation function in login-register.php. Translation function calls should not contain PHP variables. Possible variable $link found in translation function in footer.php. Translation function calls should not contain PHP variables. Possible variable $link found in translation function in footer.php. Translation function calls should not contain PHP variables. Possible variable $string found in translation function in api-helpers.php. Translation function calls should not contain PHP variables.
  17. I18N implementation : Proper use of esc_attr_e(Possible variable $attrs found in translation function in class-acf-field-gallery.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-clone.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-repeater.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in form-front.php. Translation function calls should not contain PHP variables. Possible variable $attrs found in translation function in acf-input-functions.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-taxonomy.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-time_picker.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-tab.php. Translation function calls should not contain PHP variables. Possible variable $wrap found in translation function in class-acf-field-wysiwyg.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-file.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-accordion.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-google-map.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-link.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_picker.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-relationship.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-group.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-image.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-oembed.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_time_picker.php. Translation function calls should not contain PHP variables. Possible variable $attributes found in translation function in field-group-field-conditional-logic.php. Translation function calls should not contain PHP variables.
  18. CSS files : Presence of license typeLicense: is missing from style.css header.
  19. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  20. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  21. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  22. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  23. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  24. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  25. Tags : Tags displayThis theme doesn't seem to display tags.
  26. Date and time implementation : Use of date_i18n()At least one hard coded date was found in the file class-acf-field-date_picker.php. Function get_option( 'date_format' ) should be used instead.
  27. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 700x700px (1:1). Ratio of width to height should be 4:3.Screenshot size is 700x700px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
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 category template file category.phpThis theme does not contain optional file category.php.
  4. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.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 : product-attributes.php 25: include(TEMPLATEPATH.'/woocommerce/single-product/jc-product-attributes.php27: include(TEMPLATEPATH.'/woocommerce/single-product/woo-product-attributes.ph If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : acf-code-field.php 5: include_once( 'lib/class.acf-code-field-util.php' );11: include_once( 'acf-code-field-v5.php' );20: include_once( 'acf-code-field-v4.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 : page-blog.php 3: include(NEWKALA_TEMPLATEPATH.'/home.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 : Autoloader.php 32: include ($this->libraryDir . $this->staticMap[$className]); 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 : Package.php 144: require_once(ABSPATH . '/wp-admin/includes/plugin.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : UpgraderStatus.php 126: require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : readme-parser.php 251: require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSIO 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 : home-page.php 6: include(TEMPLATEPATH.'/index.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 : acf.php 122: include_once( ACF_PATH . 'includes/acf-utility-functions.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : blocks.php 317: include( $path ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : api-helpers.php 437: include( $path );2919: //require_once( ABSPATH . '/wp-load.php' ); // WP should already be loaded2920: require_once( ABSPATH . '/wp-admin/includes/media.php' ); // video function2921: require_once( ABSPATH . '/wp-admin/includes/file.php' );2922: require_once( ABSPATH . '/wp-admin/includes/image.php' );4279: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : acf-utility-functions.php 156: include_once($file_path); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : demo-functions.php 65: # require( trailingslashit( get_template_directory() ) . 'option-tree/ot-load70: # require( trailingslashit( get_template_directory() ) . 'admin/theme-options 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 : ot-loader.php 555: include_once( $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 : ot-functions-docs-page.php 751: require( trailingslashit( get_template_directory() ) . \'includes/meta-boxe834: require( trailingslashit( get_template_directory() ) . \'option-tree/ot-loa851: require( trailingslashit( get_template_directory() ) . \'includes/theme-opt 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