sesame
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsesame.2.1.10.zip
- FILE SIZE2248915 bytes
- MD5d77795245ab8aaf462b4c4aad1db1825
- SHA11c561f9215224a01ead6574e730e8065197f5d95
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://realtyna.com/real-estate-themes/sesame/
- VERSION2.1.10
- AUTHOR URIhttps://realtyna.com/
- TAGSblog, e-commerce, theme-options, flexible-header, grid-layout, custom-menu, custom-colors, custom-background, custom-header, custom-logo, footer-widgets, full-width-template, translation-ready, left-sidebar, right-sidebar, wide-blocks
- CREATION DATE2023-03-19
- LAST FILE UPDATE2023-03-19
- LAST VALIDATION2023-03-19 03:19
This theme is open source.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file extension_customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 660: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 663: //fclose( $fp ); fopen was found in the file class.redux_helpers.php 657: //$fp =
- add_submenu_page#Parameters File sesame.php : 76: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/
Warning
- Found wp_deregister_script in enqueue.php. Themes must not deregister core scripts. 215: //wp_deregister_script( 'jquerySelect2' );Found wp_deregister_script in framework.php. Themes must not deregister core scripts. 563: //wp_deregister_script( 'wpb_ace' );
- Found wrong tag custom-logo in style.css header.Found wrong tag wide-blocks in style.css header.
- No reference to custom header was found in the theme.
- No reference to custom background 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.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible hard-coded links were found in the file welcome.php.482: <a href='http://docs.reduxframework.com/' class='docs button button-primary'>Docs</a485: <a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MMFMHWPossible hard-coded links were found in the file sesame.php.103: 'footer_credit' => sprintf(__('Sesame theme is developed by %s.', 'sesame'), '<a href='https://realtyna.com' target='_blank'>'.esc_html__('Realtyna', 'sesame').'<151: 'href' => 'https://realtyna.com/',Possible hard-coded links were found in the file footer.php.37: echo ((isset($sesame_options['developed_by_realtyna']) and $sesame_options['developed_by_realtyna']) ? sprintf(esc_html__('Developed By %s', 'sesame'), '<a href='https://realtyna.com/?utm_source=theme&utm_medium=footer&utm_campaign=sesam
- 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 taxonomy.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : field_button_set.php 46: * ['format'] string Formatting options for paginate fields. Options include ('currency','nice','niceShort','timeAgoInWords' or a valid Date() f 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 : extension_customizer.php 742: require_once( $class_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 : welcome.php 378: require_once 'views/about.php';393: require_once 'views/changelog.php';408: require_once 'views/extensions.php';424: require_once 'views/support.php';439: require_once 'views/credits.php';454: require_once 'views/status_report.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 : framework.php 412: require_once 'core/newsflash.php';1703: require_once 'core/enqueue.php';2850: require_once 'core/enqueue.php';2908: require_once 'core/panel.php';3259: require_once 'core/panel.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 : base.php 309: if($class_file) require_once($class_file); // phpcs:ignore WPThemeReview.CoreFunctionality.346: require_once(ABSPATH . '/wp-admin/includes/file.php'); // phpcs:ignore WPTh 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.