0
Validation results

Multi News

Multi News

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEmultinews.zip
  • FILE SIZE29174154 bytes
  • MD5c0f731b9117ce99d46534253fa43dfd7
  • SHA114bbba8561eaa744ab8dd0458d5623658b7d86f3
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • DEMO PAGEhttp://www.demo.momizat.net/multinews
  • VERSION2.6.10
  • AUTHOR URI
  • TAGSdark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-wid
  • CREATION DATE2020-10-07
  • LAST FILE UPDATE2020-10-07
  • LAST VALIDATION2020-10-07 10:28
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings 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.
  2. Security breaches : Use of base64_decode() Found base64_decode in file class-demos.php. 69: $options = unserialize(base64_decode($options));121: $value = isset($settings['value']) ? base64_decode($settings['value']) : '';328: $options = isset($term['settings']['options']) ? base64_decode($term['settings']['options']) : '';364: $content = isset($settings['the_content']) ? base64_decode($settings['the_content']) : $default_content;365: $excerpt = isset($settings['excerpt']) ? base64_decode($settings['excerpt']) : $default_excerpt;368: $options = isset($post['settings']['options']) ? base64_decode($post['settings']['options']) : '';504: $content = isset($settings['the_content']) ? base64_decode($settings['the_content']) : '';505: $excerpt = isset($settings['excerpt']) ? base64_decode($settings['excerpt']) : '';573: $options = isset($settings['options']) ? base64_decode($settings['options']) : '';
  3. Security breaches : Use of base64_encode() Found base64_encode in file TwitterAPIExchange.php.
     $oauth_signature = base64_encode(hash_hmac('sha1', $base_info, $composite_key, true));
  4. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width="'.$width.'" height="'.$height.'" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="'.$src.'&amp;output=embed"> in file misc.php. 9: return '<div class='mom_map'><iframe width=''.$width.'' height=''.$height.'' frameborder='0' scrolling='Found <iframe width="'.$width.'" height="'.$height.'" src="'.$type.$id.'"> in file audio.php. 10: <iframe width=''.$width.'' height=''.$height.'' src=''.$type.$id.''></iframFound <iframe width="'.$width.'" height="'.$height.'" src="'.$type.$id.'"> in file video.php. 18: return '<div class='video_wrap'><iframe width=''.$width.'' height=''.$height.'' src=''.$type.$id.''></iframFound <iframe width="' . $atts['width'] . '" height="' . $atts['height'] . '" src="http://www.youtube.com/embed/' . $id . $autoplay . '" frameborder="0" allowfullscreen="true"> in file shortcodes.php. 622: // $return[] = '<iframe width='' . $atts['width'] . '' height='' . $atts['height'] . '' srcFound <iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=<?php echo $url ; ?> in file soundcloud.php. 31: <iframe width='100%' height='166' scrolling='no' frameborder='no' src='httpFound <iframe width="100%" height="<?php echo $height; ?>" src="//www.mixcloud.com/widget/iframe/?feed=<?php echo $url; ?> in file mix-cloud.php. 31: <iframe width='100%' height='<?php echo $height; ?>' src='//www.mixcloud.coFound <iframe width="100%" height="227" src="http://www.youtube.com/embed/<?php echo $id; ?> in file video-widget.php. 36: <iframe width='100%' height='227' src='http://www.youtube.com/embed/<?php eFound <iframe src="//www.facebook.com/plugins/likebox.php?href=<?php echo $page ; ?> in file fb_likebox.php. 38: <iframe src='//www.facebook.com/plugins/likebox.php?href=<?php echo $page ;Found <iframe width="<?php echo $vi_width; ?>" height="<?php echo $vi_height; ?>" src="//www.youtube.com/embed/<?php echo $video_id; ?> in file post-formats.php. 49: <iframe width='<?php echo $vi_width; ?>' height='<?php echo $vi_height; ?>'
  5. Malware : Operations on file system fopen was found in the file class.redux_helpers.php 716: //$fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 719: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 722: //fclose( $fp );
  6. Malware : Network operations curl_init was found in the file TwitterAPIExchange.php 212: $feed = curl_init();curl_exec was found in the file TwitterAPIExchange.php 214: $json = curl_exec($feed);curl_init was found in the file social-counters.php 261: $ch = curl_init();curl_exec was found in the file social-counters.php 266: $data = curl_exec($ch);
  7. Admin menu : Themes should use add_theme_page() for adding admin pages. File sunrise.php : 74: add_menu_page( $menu['page_title'], $menu['menu_title'], $menu['capability'File sunrise.php : 78: add_submenu_page( $page['parent_slug'], $page['page_title'], $page['menu_tiFile welcome.php : 199: $page = 'add_management_page';File framework.php : 1355: // wrappers and need to be appened to using add_submenu_page.1406: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1457: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1355: // wrappers and need to be appened to using add_submenu_page.1406: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1457: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1432: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1355: // wrappers and need to be appened to using add_submenu_page.1406: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1457: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile options.php : 30: add_submenu_page( 'momizat_options', __('Custom Fonts', 'theme'), __('CustoFile addons.php : 63: add_menu_page(wp_get_theme(), wp_get_theme(), 'edit_theme_options', $this->File addons.php : 64: // add_submenu_page($this->page_slug, __('Addons', 'theme'), __('Addons', 'the66: add_submenu_page($this->page_slug, 'Plugins', 'Plugins', 'edit_theme_option69: add_submenu_page($this->page_slug, __('Install demos', 'theme'), __('Instal73: add_submenu_page($this->page_slug, 'System Status', 'System Status', 'edit_File addons.php : 64: // add_submenu_page($this->page_slug, __('Addons', 'theme'), __('Addons', 'the66: add_submenu_page($this->page_slug, 'Plugins', 'Plugins', 'edit_theme_option69: add_submenu_page($this->page_slug, __('Install demos', 'theme'), __('Instal73: add_submenu_page($this->page_slug, 'System Status', 'System Status', 'edit_File addons.php : 64: // add_submenu_page($this->page_slug, __('Addons', 'theme'), __('Addons', 'the66: add_submenu_page($this->page_slug, 'Plugins', 'Plugins', 'edit_theme_option69: add_submenu_page($this->page_slug, __('Install demos', 'theme'), __('Instal73: add_submenu_page($this->page_slug, 'System Status', 'System Status', 'edit_File addons.php : 64: // add_submenu_page($this->page_slug, __('Addons', 'theme'), __('Addons', 'the66: add_submenu_page($this->page_slug, 'Plugins', 'Plugins', 'edit_theme_option69: add_submenu_page($this->page_slug, __('Install demos', 'theme'), __('Instal73: add_submenu_page($this->page_slug, 'System Status', 'System Status', 'edit_File class-tgm-plugin-activation.php : 717: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t
  8. Inapropriate constants : Use of STYLESHEETPATH Constant STYLESHEETPATH was found in the file shortcodes.php. get_stylesheet_directory() should be used instead. 1311: // if ( file_exists( STYLESHEETPATH . '/' . $atts['template'] ) ) load_template( STYLESHEETPATH
  9. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file shortcodes.php. get_template_directory() should be used instead. 1313: // elseif ( file_exists( TEMPLATEPATH . '/' . $atts['template'] ) ) load_template( TEMPLATEPATH . '/
  10. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was revslider.zip geodirectory-multinews.zip js_composer.zip layerslider.zip envato-market.zip he.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound 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. 579: wp_deregister_script( 'wpb_ace' );
  2. theme tags : Presence of bad theme tagsThe tag dark has been deprecated, it must be removed from style.css header.The tag light has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.The tag black has been deprecated, it must be removed from style.css header.The tag gray has been deprecated, it must be removed from style.css header.The tag fixed-layout has been deprecated, it must be removed from style.css header.The tag fluid-layout has been deprecated, it must be removed from style.css header.
  3. Text domain : Incorrect use of translation functions.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 multi-news.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file review.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file cart-totals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please Go to Theme options -> API\'s Authentication and add the weather API key' in file weather-data.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please Go to Theme options -> API\'s Authentication and add the weather API key' in file weather-data.php.Found a translation function that is missing a text-domain. Function __, with the arguments '#RGB and rgba() colors' in file admin-views.php.Found a translation function that is missing a text-domain. Function __, with the arguments "A list or dropdown of categories." in file momizat-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Momizat - Categories' in file momizat-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file momizat-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Category' in file momizat-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View all posts in %s" in file momizat-categories.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file momizat-categories.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Display as dropdown' in file momizat-categories.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show post counts' in file momizat-categories.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show hierarchy' in file momizat-categories.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments "Before add this widget you must make sure you fill all required data in theme options -> <a target='_blank' href='", >APIs Authentication</a>, "theme" in file social-counter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add your custom fonts then use it directly from theme options' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose File' in file class.settings-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose File' in file class.settings-api.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file options-init.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file options-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' in file options-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Both sidebars layout' in file options-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'One sidebar layout' in file options-init.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Online Demo' in file options-init.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'RTL Demo' in file options-init.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move up' in file menu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move down' in file menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Good news:' in file install.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Theme Version' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Current Version:' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WordPress Environment' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home URL' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The URL of your site\'s homepage.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Site URL' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The root URL of your site.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WP Version' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of WordPress installed on your site.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WP Multisite' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Whether or not you have WordPress Multisite enabled.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WP Memory Limit' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The maximum amount of memory (RAM) that your site can use at one time.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - We recommend setting memory to at least 128MB. To import Main demo data, 256MB of memory limit is required. See: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Increasing memory allocated to PHP' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your current memory limit is sufficient, but if you need to import Main demo content, the required memory limit is <strong>256MB.</strong>: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Increasing memory allocated to PHP' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WP Debug Mode' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays whether or not WordPress is in Debug Mode.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Language' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The current language used by WordPress. Default = English' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Server Environment' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Server Info' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Information about the web server that is currently hosting your site.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PHP Version' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of PHP installed on your hosting server.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - We recommend a minimum PHP version of 5.4. See: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'How to update your PHP version' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Couldn't determine PHP version because phpversion() doesn't exist." in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PHP Post Max Size' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The largest filesize that can be contained in one post.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - We recommend setting Post Max Size to at least 32.<br />See: <a href="%s" target="_blank">Increasing Max Post Size</a>' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PHP Time Limit' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The amount of time (in seconds) that your site will spend on a single operation before timing out (to avoid server lockups)' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - We recommend setting max execution time to at least 180. <br /> To import main demo content, <strong>300</strong> seconds of max execution time is required.<br />See: <a href="%s" target="_blank">Increasing max execution to PHP</a>' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Current time limit is sufficient, but if you need import main demo content, the required time is <strong>300</strong>.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PHP Max Input Vars' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The maximum number of variables your server can use for a single function to avoid overloads.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - Recommended Value: %s at least.<br />Max input vars limitation will truncate POST data such as menus. See: <a href="%s" target="_blank">Increasing max input vars limit.</a>' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SUHOSIN Installed' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Suhosin is an advanced protection system for PHP installations. It was designed to protect your servers on the one hand against a number of well known problems in PHP applications and on the other hand against potential unknown vulnerabilities within these applications or the PHP core itself. If enabled on your server, Suhosin may need to be configured to increase its data submission limits.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'MySQL Version' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of MySQL installed on your hosting server.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Max Upload Size' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The largest filesize that can be uploaded to your WordPress installation.' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Default Timezone is UTC' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The default timezone for your server.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default timezone is %s - it should be UTC' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment gateways can use cURL to communicate with remote servers to authorize payments, other plugins may also use it when communicating with remote services.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your server does not have fsockopen or cURL enabled - PayPal IPN and other scripts which communicate with other servers will not work. Contact your hosting provider.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Some webservices like shipping use SOAP to get information from remote servers, for example, live shipping quotes from FedEx require SOAP to be installed.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your server does not have the %s class enabled - some gateway plugins which use SOAP may not work as expected.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTML/Multipart emails use DOMDocument to generate inline CSS in templates.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your server does not have the %s class enabled - HTML/Multipart emails, and also some extensions, will not work without DOMDocument.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GZip (gzopen) is used to open the GEOIP database from MaxMind.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your server does not support the %s function - this is required to use the GeoIP database from MaxMind. The API fallback will be used instead for geolocation.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Multibyte String (mbstring) is used to convert character encoding, like for emails or converting characters to lowercase.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your server does not support the %s functions - this is required for better character encoding. Some fallbacks will be used instead for it.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote Post' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'theme and many plugins uses this method to communicate with different APIs, e.g. Google, Twitter, Facebook, Paypal.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wp_remote_post() failed. PayPal IPN won\'t work with your server. Contact your hosting provider.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status code: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote Get' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'theme and many plugins uses this method to communicate with different APIs, e.g. Google, Twitter, Facebook, Paypal.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wp_remote_get() failed. The WooCommerce plugin updater won\'t work with your server. Contact your hosting provider.' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status code: %s' in file system-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active Plugins' in file system-status.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Visit plugin homepage' in file system-status.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '%s is available', 'Version info' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Network enabled' in file system-status.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'by %s', 'by author' in file system-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Welcome" in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Plugins" in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments "System Status" in file addons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Attention: Any modifications made to the Theme Files will be lost when updating. If you did change any files (Custom CSS rules or PHP file modifications for example) make sure to create a theme backup.' in file addons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'theme' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote Post' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'theme and many plugins uses this method to communicate with different APIs, e.g. Google, Twitter, Facebook, Paypal.' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wp_remote_post() failed. PayPal IPN won\'t work with your server. Contact your hosting provider.' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status code: %s' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote Get' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'theme and many plugins uses this method to communicate with different APIs, e.g. Google, Twitter, Facebook, Paypal.' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wp_remote_get() failed. The WooCommerce plugin updater won\'t work with your server. Contact your hosting provider.' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status code: %s' in file addons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WP Memory Limit' in file addons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PHP Time Limit' in file addons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PHP Max Input Vars' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote Post' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'theme and many plugins uses this method to communicate with different APIs, e.g. Google, Twitter, Facebook, Paypal.' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wp_remote_post() failed. PayPal IPN won\'t work with your server. Contact your hosting provider.' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status code: %s' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote Get' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'theme and many plugins uses this method to communicate with different APIs, e.g. Google, Twitter, Facebook, Paypal.' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wp_remote_get() failed. The WooCommerce plugin updater won\'t work with your server. Contact your hosting provider.' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status code: %s' in file addons.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'notice_cannot_install_activate' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'contact_admin' in file class-tgm-plugin-activation.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Blog posts", framework, 'framework' in file builder.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'Remove <img src="', /framework/metaboxes/img/trash.png alt=x>, 'framework' in file posts-st.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'Add Slide <img src="', /framework/metaboxes/img/add.png alt=+>, 'framework' in file posts-st.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'No Slug Found' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Activating Plugin' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Updating Plugin' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Installing Plugin' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Success' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Theme &rsaquo; Setup Wizard' in file class-setup-wizard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please Go to Theme options -> API\'s Authentication and add the weather API key' in file weather.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please Go to Theme options -> API\'s Authentication and add the weather API key' in file weather.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Required Plugins' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin: %1$s.', 'This theme requires the following plugins: %1$s.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin: %1$s.', 'This theme recommends the following plugins: %1$s.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following addons needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following addons need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin installing plugin', 'Begin installing plugins' in file plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Activate installed plugin', 'Activate installed plugins' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to Required Plugins Installer' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must be <a href="%s">logged in</a> to post a comment.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>' in file comments.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 js_composer, framework, woocommerce, theme, buddypress, su, textdomain, themes.php?page=theme_options, >APIs Authentication</a>, framewrok, redux-framework, themecheck, redux-framework-demo, nav-menu-roles, meza, momizat-core, momizat-page-builder, tgmpa, /framework/metaboxes/img/trash.png alt=x>, /framework/metaboxes/img/add.png alt=+>, rwmb, bbpress.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. PHP short tags : Presence of PHP short tagsPHP 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))
  7. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file cheatsheet.css.
  8. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  9. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  10. Editor style : Presence of editor styleNo 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.
  11. I18N implementation : Proper use of _e(Possible variable $config found in translation function in admin-views.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in admin-views.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in admin-views.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in admin-views.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in admin-views.php. Translation function calls should not contain PHP variables. Possible variable $widget_name found in translation function in addons.php. Translation function calls should not contain PHP variables.
  12. I18N implementation : Proper use of ___all(Possible variable $this found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in sunrise.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in plugins.php. Translation function calls should not contain PHP variables.
  13. I18N implementation : Proper use of esc_html___all(Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls should not contain PHP variables.
  14. Date and time implementation : Use of the_time()At least one hard coded date was found in the file media.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file news-boxes.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file scroller.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file news-tabs.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file feature-slider.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file posts-widget.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file postsList-widget.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file related-posts-widget.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file ajax-full.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file media-tabs.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file nb-sm.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file nb-tabs.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file review-system.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file post-head.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file category-slider.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file post-related.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file blog.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file multinews.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file magazine.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file archive.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file search.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file single.php. Function get_option( 'date_format' ) should be used instead.
  15. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file tools.php.259: else return sprintf( '<br><a href='http://gndev.info/sus' target='_blank'>%s &rarr;</a>', __( 'Get more stylesPossible hard-coded links were found in the file generator.php.88: '<a href='http://gndev.info/mom-shortcodes-ultimate/' target='_blank' title='' . __( Possible hard-coded links were found in the file load.php.57: 'desc' => __( 'Disable this option if you have some problems with other plugins or content formatting', 'framework' ) . '<br /><a href='http://gndev.info/kb/custom-formatting/' target='_blank'>' . __( 'Documenta243: $links[] = '<a href='http://gndev.info/mom-shortcodes-ultimate/' target='_blank'>' . __( 'ProjecPossible hard-coded links were found in the file admin-views.php.68: $icons = 'icon: music, icon: envelope &hellip; <a href='http://fortawesome.github.io/Font-Awesome/icons/' target='_blank'>' . __( 'Possible hard-coded links were found in the file sunrise.php.495: $output[] = self::notice( '<a href='http://enable-javascript.com/' target='_blank'>' . $msgs[0] . '</a>.', 'errPossible hard-coded links were found in the file newsletter.php.130: <small><?php _e('Use <a href='https://goo.gl/wo9fWA' target='_blank'>MailChimp for WordPress plugin</a> tPossible hard-coded links were found in the file flickr.php.89: <label for='<?php echo $this->get_field_id( 'flickrID' ); ?>'><?php _e('Flickr ID:', 'framework') ?> (<a href='http://idgettr.com/'>idGettr</a>)</label>Possible hard-coded links were found in the file welcome.php.480: <a href='http://docs.reduxframework.com/' class='docs button button-primary'>Docs</a483: <a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MMFMHWPossible hard-coded links were found in the file options-init.php.1687: 'desc' => __('You can use this settings to change the Thumbnails ratio but you need to follow this steps for best results: <ol><li>Don\'t change the width just the height</li><li>If you want remove image size just change the dimension for it to be the same as another size the wordpress will consider the both sizes as one</li><li>Use <a href='http://andrew.hedges.name/experiments/aspect_ratio/' target='_blank'>This T2535: 'desc' => __('How to get tag ID? See this <a href='http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-com4059: 'desc' => __('to get Facebook access token <a href='http://docs.momizat.com/2018/10/get-facebook-access-token/' target='_blank'4074: 'desc' => __('You can get twitter Authentication data by following this <a href='http://www.youtube.com/watch?v=zdSHhiHAxBA' target='_blank'>tutorial</a>.',4103: 'desc' => __('To find your API key <a href='http://kb.mailchimp.com/article/where-can-i-find-my-api-key' target='_blank4118: 'desc' => __('to get Youtube API key <a href='https://www.youtube.com/watch?v=Im69kzhpR3I' target='_blank'>Follow this</a4163: 'desc' => __('Login into <a href='http://home.openweathermap.org/' target='_blank'>Open Weather Map</a> and g4420: <p><strong><?php _e('what you get:', 'theme'); ?></strong> <a href='http://themes.momizat.com/multinews/' target='_blank'><?php _e('Online Demo4434: <p><strong><?php _e('what you get:', 'theme'); ?></strong> <a href='http://themes.momizat.com/multinews-rtl/' target='_blank'><?php _e('RTL DemPossible hard-coded links were found in the file uninstall.php.10: <?php echo __('if you duplicate any demo page, post or product with Duplicate Post plugin or any similar plugin, it will be removed too.', 'momizat-page-builder'); ?><a href='http://bit.ly/2TcOBxC' class='blue'><?php echo __('Why and how avoid this?'Possible hard-coded links were found in the file organized.php.20: <p>'.sprintf(__('<strong>%s</strong> requires <strong><a href='http://goo.gl/baWnFt' target='_blank'>Visual Composer</a></strong> plugin tPossible hard-coded links were found in the file system-status.php.107: echo '<mark class='error'>' . sprintf( __( '%s - We recommend a minimum PHP version of 5.4. See: %s', MOM_TEXTDOMAIN ), esc_html( $php_version ), '<a href='http://docs.woothemes.com/document/how-to-update-your-php-version/' target=220: $posting['soap_client']['note'] = sprintf( __( 'Your server does not have the %s class enabled - some gateway plugins which use SOAP may not work as expected.', MOM_TEXTDOMAIN ), '<a href='http://php.net/manual/en/class.soapclient.php'>SoapClient</a>' );231: $posting['dom_document']['note'] = sprintf( __( 'Your server does not have the %s class enabled - HTML/Multipart emails, and also some extensions, will not work without DOMDocument.', MOM_TEXTDOMAIN ), '<a href='http://php.net/manual/en/class.domdocument.php'>DOMDocument</a>' );242: $posting['gzip']['note'] = sprintf( __( 'Your server does not support the %s function - this is required to use the GeoIP database from MaxMind. The API fallback will be used instead for geolocation.', MOM_TEXTDOMAIN ), '<a href='http://php.net/manual/en/zlib.installation.php'>gzopen</a>' );253: $posting['mbstring']['note'] = sprintf( __( 'Your server does not support the %s functions - this is required for better character encoding. Some fallbacks will be used instead for it.', MOM_TEXTDOMAIN ), '<a href='http://php.net/manual/en/mbstring.installation.php'>mbstring</a>' );Possible hard-coded links were found in the file addons.php.352: <p><a href='http://docs.momizat.com/2016/06/how-to-install-plugins-manually/' target='_628: <p class='desc'><?php echo __('You can learn how to find your purchase key <a href='http://docs.momizat.com/2016/03/where-to-find-the-purchase-code/' target='_632: <p class='desc'><?php echo __('You can learn how to find your API key <a href='http://docs.momizat.com/2016/04/how-to-get-api-key/' target='_blank'>here</Possible hard-coded links were found in the file theme.php.583: 'desc' => __('Add Post source, you can use <a href='http://www.w3schools.com/html/html_links.asp' target='_blank'>a html link</590: 'desc' => __('Add Photo credit, you can use <a href='http://www.w3schools.com/html/html_links.asp' target='_blank'>a html link</583: 'desc' => __('Add Post source, you can use <a href='http://www.w3schools.com/html/html_links.asp' target='_blank'>a html link</590: 'desc' => __('Add Photo credit, you can use <a href='http://www.w3schools.com/html/html_links.asp' target='_blank'>a html link</Possible hard-coded links were found in the file header.php.84: <p class='browsehappy'><?php _e('You are using an <strong>outdated</strong> browser. Please <a href='http://browsehappy.com/'>upgrade your browser</a> to improve your experienc
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  5. Use of includes : Use of include or requireThe theme appears to use include or require : home.php 3: require_once '/bp-core/bp-core-template.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 : shortcodes-ultimate.php 8: require_once 'inc/vendor/sunrise.php';9: require_once 'inc/core/admin-views.php';10: require_once 'inc/core/requirements.php';11: require_once 'inc/core/load.php';12: require_once 'inc/core/assets.php';13: require_once 'inc/core/shortcodes.php';14: require_once 'inc/core/tools.php';15: require_once 'inc/core/data.php';16: require_once 'inc/core/generator-views.php';17: require_once 'inc/core/generator.php';18: require_once 'inc/core/widget.php';19: //require_once 'inc/core/vote.php';20: require_once 'inc/core/counters.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 : twitter-widget.php 46: require_once(MOM_FW . '/inc/twitterAPI/TwitterAPIExchange.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 : main.php 45: require_once($locale_file);51: require_once($locale_file);66: require_once( MOM_FW . '/menus/menu.php' );72: require_once( MOM_FW . '/admin/admin-init.php' );616: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );618: include_once( MOM_FW . '/includes/builder.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.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 : extension_customizer.php 753: 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 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 : framework.php 424: require_once 'core/dashboard.php';428: require_once 'core/newsflash.php';1700: require_once 'core/enqueue.php';2849: require_once 'core/enqueue.php';2907: 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 : options-init.php 93: 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 : admin-init.php 7: require_once( dirname(__FILE__).'/tgm/tgm-init.php' );13: require_once( dirname(__FILE__).'/redux-extensions/extensions-init.php' );17: require_once( dirname(__FILE__).'/ReduxCore/framework.php' );21: require_once( dirname(__FILE__).'/options-init.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 : ajax-full.php 1461: require(MOM_FW . '/inc/mailchimp/Mailchimp.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 : index.php 2: require_once('TwitterAPIExchange.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-demos.php 156: include_once( ABSPATH . WPINC . '/class-http.php' );206: require_once( ABSPATH . 'wp-admin/includes/image.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 : addons.php 475: include(MOM_ADDON . '/pages/system-status.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 : breaking.php 46: include_once( ABSPATH . WPINC . '/feed.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 : social-counters.php 8: require_once( MOM_FW .'/inc/twitterAPI/TwitterAPIExchange.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.
Other checked themes