Apparatus | Shared By Themes24x7.com
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEapparatus.zip
- FILE SIZE10017782 bytes
- MD5e83af21cbc17887d8b033318e0063060
- SHA1ab2d8b5730ff99599e94231b93b5f7f397473e6c
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://fluentthemes.com
- VERSION1.4
- TAGSright-sidebar, post-formats
- CREATION DATE2019-09-16
- LAST FILE UPDATE2019-09-16
- LAST VALIDATION2019-09-16 19:36
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
'Authorization' => 'Basic ' . base64_encode( 'user:' . $api ),
Found base64_encode in file subscribe2.php.'Authorization' => 'Basic ' . base64_encode( 'user:' . $api ),
Found base64_encode in file subscribe.php. - fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 674: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 677: //fclose( $fp ); fopen was found in the file class.redux_helpers.php 671: //$fp =
- curl_init') && function_exists('curl_setopt')) {63: $ch = curl_init();curl_exec was found in the file subscribe.php 73: $result = curl_exec($ch);curl_init was found in the file subscribe2.php 58: if (function_exists('curl_init') && function_exists('curl_setopt')) {59: $ch = curl_init();curl_exec was found in the file subscribe2.php 69: $result = curl_exec($ch); curl_init was found in the file subscribe.php 62: if (function_exists('
- add_submenu_page#ParametersFile welcome.php : 199: $page = 'add_management_page';File framework.php : 1354: // wrappers and need to be appened to using add_submenu_page.1405: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1354: // wrappers and need to be appened to using add_submenu_page.1405: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1431: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1354: // wrappers and need to be appened to using add_submenu_page.1405: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t File config.php : 76: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/
Warning
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is apparatus-shared-by-themes24x7-com.
- 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.772: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
- Themes should not hide admin bar. Detected in file style.css.
- 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 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 : plugins.php 3: require_once( APPARATUS_INIT_PATH . 'plugins/class-tgm-plugin-activation.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 : init.php 17: require_once( $locale_file );61: require_once( APPARATUS_INCLUDE_PATH . 'theme-functions.php' ); // Load The63: require_once( APPARATUS_GUTENBERG_PATH . 'gutenberg-functions.php' ); /*Gut65: require_once( APPARATUS_INCLUDE_PATH . 'enqueue.php' ); // Enqueue JavaScri66: require_once( APPARATUS_INCLUDE_PATH . 'customcss.php' ); // Load Custom CS67: require_once( APPARATUS_INCLUDE_PATH . 'widgets.php' ); // Widgets file70: require_once( APPARATUS_INCLUDE_PATH . 'custom-woocommerce-functions.php' )74: include_once( APPARATUS_INCLUDE_PATH . 'vc-shortcodes.php' ); // Load Visua80: require_once( APPARATUS_INIT_PATH . 'demo-content/demo-content-woocommerce.82: require_once( APPARATUS_INIT_PATH . 'demo-content/demo-content.php' );85: require_once( APPARATUS_INIT_PATH . 'plugins.php' );92: require_once(APPARATUS_ADMIN_PATH . '/ReduxCore/framework.php' );95: require_once(APPARATUS_ADMIN_PATH . '/config/config.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 : welcome.php 376: require_once 'views/about.php';391: require_once 'views/changelog.php';406: require_once 'views/extensions.php';422: require_once 'views/support.php';437: require_once 'views/credits.php';452: 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 : extension_customizer.php 607: 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 : class.redux_api.php 541: 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 : framework.php 424: require_once 'core/dashboard.php';428: require_once 'core/newsflash.php';1614: require_once 'core/enqueue.php';2749: require_once 'core/enqueue.php';2807: require_once 'core/panel.php';3159: 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 : subscribe.php 7: require( $parse_uri[0] . 'wp-load.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 : subscribe2.php 6: require( $parse_uri[0] . 'wp-load.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.