Oshin
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEoshine.zip
- FILE SIZE11170678 bytes
- MD50bb7ba81e0c31629e38ded2fccd60f16
- SHA1918d726cb5f7ddbdc02485dc146a5e934f833d92
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION6.8.9.4
- TAGStwo-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
- CREATION DATE2020-06-17
- LAST FILE UPDATE2020-06-17
- LAST VALIDATION2020-06-17 19:41
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
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.
Ligne170: $out = '<iframe src='//www.facebook.com/plugins/like.php?href='.urlencode($url).'&a
Found <iframe src='//www.facebook.com/plugins/like.php?href=".urlencode($url)."&send=false&layout=button_count&width=100&show_faces=false&action=like&colorscheme=light&font&height=35&appId=173868296037629' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:100px; height:20px;' allowTransparency='true'> in file helpers.php. Ligne665: //$fp = fopen( $file, 'r' );
fread was found in the file class.redux_helpers.phpLigne668: //$file_data = fread( $fp, 8192 );
fclose was found in the file class.redux_helpers.phpLigne671: //fclose( $fp );
fopen was found in the file class.redux_helpers.php Ligne201: $page = 'add_management_page';
File framework.php :Ligne1361: // wrappers and need to be appened to using add_submenu_page.
Ligne1412: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
Ligne1470: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
File framework.php :Ligne1361: // wrappers and need to be appened to using add_submenu_page.
Ligne1412: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
Ligne1470: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
File framework.php :Ligne1438: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $this
File framework.php :Ligne1361: // wrappers and need to be appened to using add_submenu_page.
Ligne1412: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
Ligne1470: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
File BEAdminMenu.php :Ligne32: $page = add_menu_page( $this::$settings['page-title'], $this::$settings['menu-title
File be-themes-update-config.php :Ligne300: 'page_parent' => 'themes.php', // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters
File be-themes-options-config.php :Ligne4841: 'page_parent' => 'themes.php', // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters
File welcome.php :
Warning
- Found wp_deregister_script in be-woo-functions.php. Themes must not deregister core scripts.
Ligne35: //wp_deregister_script( 'be-themes-woocommerce-js' );
Found wp_deregister_script in enqueue.php. Themes must not deregister core scripts.Ligne215: // wp_deregister_script( 'jquerySelect2' );
Found wp_deregister_script in framework.php. Themes must not deregister core scripts.Ligne565: // wp_deregister_script( 'wpb_ace' );
- Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'Maintenance Mode is <strong>turned on</strong>. Please don\'t forget to <a href="', >turn it off</a> once you are done., 'oshin' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'oshin' in file helpers.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 oshin, redux-framework, themecheck, be-functions, rwmb, meta-box, options-general.php?page=_options&tab=17, >turn it off</a> once you are done., tgmpa.
- 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.
Ligne772: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $
Line['text'], $matches)) - Themes should not hide admin bar. Detected in file perspective-left-right.min.css.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- 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 author.php.
- This theme does not contain optional file attachment.php.
- The theme appears to use include or require : be-woo-functions.php
Ligne234: require_once( get_template_directory() .'/woocommerce/class-wc-widget-cart.
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.redux_api.phpLigne534: include_once( $api_check );
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.phpLigne753: 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.phpLigne378: require_once 'views/about.php';
Ligne393: require_once 'views/changelog.php';
Ligne408: require_once 'views/extensions.php';
Ligne424: require_once 'views/support.php';
Ligne439: require_once 'views/credits.php';
Ligne454: 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.phpLigne410: // require_once 'core/dashboard.php';
Ligne414: // require_once 'core/newsflash.php';
Ligne1719: require_once 'core/enqueue.php';
Ligne2868: require_once 'core/enqueue.php';
Ligne2926: require_once 'core/panel.php';
Ligne3278: 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 : widget-functions.phpLigne100: require_once( get_template_directory() .'/functions/widgets/recent_post_wid
Ligne101: require_once( get_template_directory() .'/functions/widgets/brankic-photost
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 : common-helpers.phpLigne556: require_once( get_template_directory().'/functions/twitter/Autolink.php' );
Ligne593: require_once( get_template_directory().'/functions/twitter/class-wp-twitter
Ligne760: // require_once( get_template_directory().'/functions/Pintrest/Pinterest.class
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 : helpers.phpLigne980: //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 : be-themes-update-config.phpLigne88: require_once( ABSPATH .'/wp-admin/includes/file.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 : be-themes-options-config.phpLigne88: require_once( ABSPATH .'/wp-admin/includes/file.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.