Hotell
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEhotell-free-latest.zip
- FILE SIZE1204199 bytes
- MD5a53f7afa38ec92ce434a8edb7458faba
- SHA1bf580fbe29316bc0919681de831c2d4181c22c3a
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://glthemes.com/wordpress-theme/hotell/
- VERSION1.0.1
- AUTHOR URIhttps://glthemes.com/
- TAGSblog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, rtl-language-support, translation-ready, theme-options
- CREATION DATE2022-01-19
- LAST FILE UPDATE2022-01-19
- LAST VALIDATION2022-01-19 11:25
This theme is open source.
Critical alerts
- curl_init',527: * @param resource $handle A cURL handle returned by curl_init()529: * @return resource $handle A cURL handle returned by curl_init() with CURLOPT_IPRESOLVE set to624: 'curl_init',curl_init was found in the file FreemiusWordPress.php 43: 'curl_init',527: * @param resource $handle A cURL handle returned by curl_init()529: * @return resource $handle A cURL handle returned by curl_init() with CURLOPT_IPRESOLVE set to624: 'curl_init', curl_init was found in the file FreemiusWordPress.php 43: '
- add_menu_page()` to avoid Theme Check warning.File class-fs-admin-menu-manager.php : 920: * This is a replication of `add_submenu_page()` to avoid Theme Check warning. File class-fs-admin-menu-manager.php : 817: * This is a replication of `
- get_bloginfo('wpurl') . '/wp-admin/load-styles.php?c=1&load=buttons,wp-admi get_bloginfo('wpurl') was found in the file contact.php. Use site_url() instead.73: // 'wp_admin_css' =>
Warning
- Found wrong tag custom-logo in style.css header.
- Found a mix of \r\n and \n line endings in file config.php.
- The 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.
- No reference to custom header was found in the theme.
- No 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.
- Possible variable $text found in translation function in l10n.php. Translation function calls should not contain PHP variables.
- .bypostauthor css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- Bad screenshot file extension ! File screenshot.png is not an actual PNG file. Detected type was : "image/jpeg".
Tip-off
- Possible hard-coded links were found in the file class-freemius.php.13207: sprintf( '<a href='https://users.freemius.com' target='_blank'>%s</a>', $this->get_text_inline24856: sprintf( $this->get_text_inline( 'Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)', 'due-to-gdpr-compliance-requirements' ), '<a href='https://eugdpr.org/' target='_blank' rel='noopener noreferrer'>', '</a>' )
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : front-page.php 11: include( get_home_template() );21: include( get_page_template() ); 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.