DGWork
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEdgwork.zip
- FILE SIZE8096520 bytes
- MD59960edab7520ec9a08cb7075574b78de
- SHA1d205791164682a857fb02a77226bd4a072fab5d7
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION1.8.6
- TAGStwo-columns, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments
- CREATION DATE2020-08-19
- LAST FILE UPDATE2020-08-19
- LAST VALIDATION2020-08-19 20:43
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found <iframe src="https://player.vimeo.com/video/'.$video_id[1].'?api=1&badge=0&byline=0&portrait=0&title=0" webkitallowfullscreen="" mozallowfullscreen allowfullscreen frameborder="0"> in file template-tags.php. 128: $html .= '<iframe src='https://player.vimeo.com/video/'.$video_id[1].'?api=1&badge=0&
home_slider_2.zip home-slider-1.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- 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 dgwork, prismy, easy-digital-downloads, edd_fes.
- A.git was found.
- .gitignore was found.
- No reference to custom background was found in the theme.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file taxonomy.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 : class.admin.php 166: require_once( get_template_directory() . '/inc/admin/ui/intro.php' );169: require_once( get_template_directory() . '/inc/admin/ui/registration.php' )172: require_once( get_template_directory() . '/inc/admin/ui/plugins.php' );175: require_once( get_template_directory() . '/inc/admin/ui/support.php' );178: require_once( get_template_directory() . '/inc/admin/ui/resources.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 : intro.php 7: include(DGWORK_INC_DIR.'admin/tools/minify.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 : mega-menu.php 84: include_once( 'edit_custom_walker.php' );85: include_once( 'custom_walker.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.dgwork.php 148: if ( is_readable($locale_file) ) require_once($locale_file);524: require_once(DGWORK_INC_DIR.'admin/theme-update-checker.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.