0
Validation results

Newspaper

Newspaper

WordPress 6.4.3 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Use of base64_decode() Found base64_decode in file td_demo_util.php. 597: $decoded_match = base64_decode( $match );Found base64_decode in file td_view_import_export_settings.php. 33: $theme_settings = @unserialize(@base64_decode($_POST['td_update_theme_options']['tds_update_theme_options']Found base64_decode in file td_demo_installer.php. 203: $file_settings = unserialize(base64_decode(file_get_contents($file_path, true)));Found base64_decode in file td_util.php. 1271: return base64_decode($variable);Found base64_decode in file td_block.php. 348: $tdcCssDecoded = base64_decode($tdcCss);
  3. Security breaches : Use of base64_encode() Found base64_encode in file twitter-client.php.
     $this->args['oauth_signature'] = base64_encode( hash_hmac( 'sha1', $str, $key, true ) );
    Found base64_encode in file td_demo_util.php.
     $file_content = str_replace( $css_matches[0][$css_key], 'tdc_css='' . base64_encode( $decoded_match ) . ''' , $file_content );
    Found base64_encode in file td_view_import_export_settings.php.
     $td_read_theme_settings = base64_encode(serialize(get_option(TD_THEME_OPTIONS_NAME)));
     $td_export_demo_settings = base64_encode(serialize($td_export_demo_settings_ref));
    Found base64_encode in file td_util.php.
     return base64_encode($variable);
  4. Unwanted files : PHP error log error_log was found.
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe frameBorder="0" src="' . td_global::$http_or_https . '://www.facebook.com/plugins/like.php?href=' . $this-> in file td_module_single.php. 63: $buffy .= '<iframe frameBorder='0' src='' . td_global::$http_or_https . '://www.faceboFound <iframe id="td_youtube_player" width="600" height="560" src="' . 'https://www.youtube.com/embed/' . self::get_youtube_id($videoUrl) . '?enablejsapi=1&feature=oembed&wmode=opaque&vq=hd720' . self::get_youtube_time_param($videoUrl) . '" frameborder="0" allowfullscreen=""> in file td_video_support.php. 25: <iframe id='td_youtube_player' width='600' height='560' src='' . 'https://w
  6. Malware : Operations on file system file_get_contents was found in the file td_demo_util.php 530: $file_content = file_get_contents($file_path);file_get_contents was found in the file td_demo_installer.php 203: $file_settings = unserialize(base64_decode(file_get_contents($file_path, true)));file_get_contents was found in the file td_remote_http.php 22: 'file_get_contents',153: case 'file_get_contents':154: return self::get_url_file_get_contents($url, $caller_id);198: * file_get_contents download channel204: private static function get_url_file_get_contents($url, $caller_id = '') {216: $td_data = @file_get_contents($url, false, $context);219: td_log::log(__FILE__, __FUNCTION__, 'caller_id:' . $caller_id . ' file_get_contents returned FALSE (AKA error), full headers attached', $http224: td_log::log(__FILE__, __FUNCTION__, 'caller_id:' . $caller_id . ' file_get_contents returned empty result, full headers attached', $http_respfopen was found in the file td_review.php 320: $fh = fopen($myFile, 'w') or die('can't open file');fwrite was found in the file td_review.php 324: fwrite($fh, $stringData);fclose was found in the file td_review.php 325: fclose($fh);
  7. Malware : Network operations curl_init was found in the file td_ajax.php 567: $curl = curl_init($api_url);curl_exec was found in the file td_ajax.php 577: $api_response = curl_exec($curl);curl_init was found in the file twitter-client.php 392: $ch = curl_init();curl_exec was found in the file twitter-client.php 422: $response = curl_exec( $ch );425: $response = curl_exec($ch);curl_exec was found in the file twitter-client.php 422: $response = curl_exec( $ch );425: $response = curl_exec($ch);curl_init was found in the file td_remote_http.php 242: $ch = curl_init();curl_exec was found in the file td_remote_http.php 258: $data = curl_exec($ch);262: td_log::log(__FILE__, __FUNCTION__, 'caller_id:' . $caller_id . ' curl_exec returned FALSE (AKA Error) curl_error:' . curl_error($ch) . ' cur
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File td_js.php : 164: add_submenu_page( 'td_theme_welcome', 'Activate theme', 'Activate theme', 'File class-tgm-plugin-activation.php : 409: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile td-old-class-tgm-plugin-activation.php : 409: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile td_panel.php : 37: /* wp doc: add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function38: add_menu_page('Theme panel', TD_THEME_NAME, 'edit_posts', 'td_theme_welcomeFile td_panel.php : 37: /* wp doc: add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function38: add_menu_page('Theme panel', TD_THEME_NAME, 'edit_posts', 'td_theme_welcomeFile td_panel.php : 41: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't43: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed44: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '45: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed46: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_pFile td_panel.php : 41: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't43: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed44: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '45: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed46: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_pFile td_panel.php : 41: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't43: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed44: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '45: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed46: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_pFile td_panel.php : 41: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't43: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed44: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '45: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed46: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_pFile td_panel.php : 41: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't43: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed44: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '45: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed46: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_pFile td_cake.php : 172: add_submenu_page( 'td_theme_welcome', 'Activate theme', 'Activate theme', '
  9. Inapropriate constants : Use of STYLESHEETPATH Constant STYLESHEETPATH was found in the file td_api.php. get_stylesheet_directory() should be used instead. 364: $child_path = STYLESHEETPATH . str_replace(TEMPLATEPATH, '', $the_component['file']);Constant STYLESHEETPATH was found in the file td_global.php. get_stylesheet_directory() should be used instead. 274: //@todo refactor all code to use STYLESHEETPATH insteadConstant STYLESHEETPATH was found in the file td_wp_booster_functions.php. get_stylesheet_directory() should be used instead. 2433: (($wordpress_template_path == TEMPLATEPATH . '/single.php') or ($wordpress_template_path == STYLESHEETPATH . '/single.php'))) {2471: or ($wordpress_template_path == STYLESHEETPATH . '/woocommerce/single-product.php'))) {
  10. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file td_global.php. get_template_directory() should be used instead. 271: //@todo refactor all code to use TEMPLATEPATH insteadConstant TEMPLATEPATH was found in the file td_view_install_demos.php. get_template_directory() should be used instead. 4: //require_once TEMPLATEPATH . '/includes/demos/blog_baby/td_import.php';Constant TEMPLATEPATH was found in the file td_wp_booster_functions.php. get_template_directory() should be used instead. 2433: (($wordpress_template_path == TEMPLATEPATH . '/single.php') or ($wordpress_template_path == STYLESHEETPAT2470: and (($wordpress_template_path == TEMPLATEPATH . '/woocommerce/single-product.php')
Warning
  1. theme tags : Presence of bad theme tagsThe tag black 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 fixed-layout has been deprecated, it must be removed from style.css header.
  2. 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 newspaper.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Html code here! Replace this with any non empty text and that\'s it.' in file td_block_text_with_title.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Limit post number:" in file td_config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Someone has requested a password reset for the following account:' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If this was a mistake, just ignore this email and nothing will happen.' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To reset your password, visit the following address:' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Password Reset' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The email could not be sent.' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Possible reason: your host may have disabled the mail() function.' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all results' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No results' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CLOSE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Load more' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all posts in' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Previous article' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next article' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Authors' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RELATED ARTICLES' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MORE FROM AUTHOR' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'VIA' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SOURCE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'TAGS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SHARE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Read more' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'views' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LEAVE A REPLY' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Comment' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel reply' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log in to leave a comment' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'NO COMMENTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 COMMENT' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'COMMENTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your comment is awaiting moderation' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter your name here' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter your email address here' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have entered an incorrect email address!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter your comment!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log out?' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as %s. Edit your profile.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'REVIEW OVERVIEW' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SUMMARY' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OVERALL SCORE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ooops... Error 404' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Sorry, but the page you are looking for doesn't exist." in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can go to the' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HOMEPAGE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OUR LATEST POSTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts by' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'POSTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts tagged with' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Daily Archives:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Monthly Archives:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yearly Archives:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archives' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LATEST ARTICLES' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'search results' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If you're not happy with the results, please do another search" in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact us' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Follow us on Instagram' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %CURRENT_PAGE% of %TOTAL_PAGES%' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prev' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Back' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No results for your search' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No posts to display' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LOG IN' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sign in / Join' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sign in' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sign up' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Join' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log In' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'REGISTER' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log into your account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password recovery' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send My Pass' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send My Password' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forgot your password?' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forgot your password? Get help' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create an account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please wait...' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User or password incorrect!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email or username incorrect!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email incorrect!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User or email already exists!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please check your email (index or spam folder), the password was sent there.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email address not found!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your password is reset, check your email.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome! Log into your account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome! Register for an account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register for an account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recover your password' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'your username' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'your password' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'your email' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A password will be e-mailed to you.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logout' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Like' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Likes' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fans' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Follow' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Followers' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subscribe' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subscribers' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MORE STORIES' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Latest' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured posts' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Most popular' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments '7 days popular' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By review score' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Random' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Trending Now' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'POPULAR CATEGORY' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'POPULAR POSTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'EDITOR PICKS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ABOUT US' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'About me' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FOLLOW US' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'EVEN MORE NEWS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Previous (Left arrow key)' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next (Right arrow key)' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%curr% of %total%' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The content from %url% could not be loaded.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The image #%curr% could not be loaded.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share on Facebook' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tweet on Twitter' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All time popular' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'of' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Euro Member Countries' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Australian Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bulgarian Lev' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Brazilian Real' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canadian Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Swiss Franc' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Chinese Yuan Renminbi' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Czech Republic Koruna' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Danish Krone' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'British Pound' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hong Kong Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Croatian Kuna' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hungarian Forint' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Indonesian Rupiah' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Israeli Shekel' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Indian Rupee' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Japanese Yen' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Korean (South) Won' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mexican Peso' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Malaysian Ringgit' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Norwegian Krone' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Zealand Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Philippine Peso' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Polish Zloty' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Romanian (New) Leu' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Russian Ruble' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Swedish Krona' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Singapore Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thai Baht' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Turkish Lira' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'United States Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'South African Rand' in file td_translate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WPML Plugin is active! When the plugin is active, the *.po - *.mo files are used instead of Theme Panel Translation.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Required Plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'If you need social icons, you can install %1$s.', 'This theme recommends the following plugins: %1$s.' in file td_wp_booster_functions.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 td_wp_booster_functions.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 td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file td_wp_booster_functions.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 td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Go to plugin instalation', ' Begin installing plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Go to activation panel', 'Activate installed plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to tagDiv plugins panel' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file td_wp_booster_functions.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 td_composer, tgmpa, This theme requires the following plugins: %1$s., The following required plugins are currently inactive: %1$s., The following recommended plugins are currently inactive: %1$s., woocommerce.
  4. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  5. PHP short tags : Presence of PHP short tagsPHP short tags were found in file twitter-client.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.321: if( 0 === strpos($body, '<?') ){
  6. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file style.css.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  9. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  10. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  11. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 390x150px (13:5). Ratio of width to height should be 4:3.Screenshot size is 390x150px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in functions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.Possible Favicon found in td_wp_booster_functions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  5. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  6. Use of includes : Use of include or requireThe theme appears to use include or require : sidebar.php 7: require_once('includes/wp_booster/sidebar.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 : td_block_video_vimeo.php 10: require_once(td_global::$get_template_directory . '/includes/wp_booster/td_ 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 : td_block_video_youtube.php 10: require_once(td_global::$get_template_directory . '/includes/wp_booster/td_ 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 : td_panel_theme_fonts.php 2: <?php require_once(td_global::$get_template_directory . '/includes/wp_booster/wp- 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 : td_js.php 189: 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 : td_global.php 548: require_once(ABSPATH . 'wp-admin/includes/plugin.php');553: require_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 : td_menu.php 38: //include_once('td_menu_back.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 : td_demo_util.php 1149: require_once(ABSPATH . 'wp-admin/includes/media.php');1150: require_once(ABSPATH . 'wp-admin/includes/file.php');1151: 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 : td_panel_generator.php 644: ace.require('ace/ext/language_tools');695: ace.require('ace/ext/language_tools');744: ace.require('ace/ext/language_tools'); 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 : td_panel_core.php 141: require_once($panel_array['file']); // the panel is loaded from our hardcod213: require_once(TEMPLATEPATH . '/includes/wp_booster/wp-admin/panel/views/ajax 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 : td_view_support.php 3: 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 : td_demo_installer.php 146: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_1.php153: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_2.php158: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_3.php162: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_4.php166: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_5.php170: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_6.php175: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_import.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 : td_view_theme_plugins.php 62: 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 : td_view_welcome.php 6: 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 : td_view_install_demos.php 2: 110: // //require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_1.php111: // require_once(td_global::$demo_list[$_GET['puiu_test']]['folder'] . 'td_impo 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 : td_panel.php 59: 64: 68: 72: 76: require_once 'td_view_system_status.php';92: include 'td_view_import_export_settings.php';95: include 'td_view_update_newspaper_6.php';103: include 'td_view_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 : td_view_system_status.php 5: 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 : td_video_support.php 317: require_once 'wp-admin/external/twitter-client.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 : td_smart_list.php 97: include( get_404_template() ); 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 : td_autoload_classes.php 39: // require_once($class_file_path); - we need to use load_template to make our 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 : td_cake.php 197: 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 : td_first_install.php 128: require_once(ABSPATH . 'wp-admin/includes/file.php');129: require_once(ABSPATH . 'wp-admin/includes/plugin-install.php');130: require_once(ABSPATH . 'wp-admin/includes/class-wp-upgrader.php');131: require_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 : td_wp_booster_functions.php 11: require_once('td_global.php');12: require_once('td_options.php');16: require_once('td_util.php');20: require_once('td_api.php');25: require_once('wp-admin/panel/panel_core/td_panel_data_source.php');33: require_once('td_global_blocks.php'); // no autoload -34: //require_once('td_menu.php'); // theme menu support41: require_once('td_social_icons.php'); // no autoload (almost always neede42: require_once('td_js_buffer.php'); // no autoload - the theme always o43: require_once('td_unique_posts.php'); // no autoload - unique posts (uses44: require_once('td_module.php'); // module builder45: require_once('td_block.php'); // block builder46: require_once('td_cake.php');47: require_once('td_first_install.php'); // no autoload - the code that runs48: require_once('td_fonts.php'); // no autoload - fonts support49: require_once('td_js_generator.php'); // no autoload - the theme always o50: require_once('td_block_widget.php'); // no autoload - used to make widge51: require_once('td_background.php'); // background support - is not auto52: require_once('td_background_render.php');56: require_once('td_autoload_classes.php'); //used to autoload classes [modul184: require_once('td_ios_redirect.php' );282: require_once(td_global::$demo_list[$demo_state]['folder'] . 'td_css_generat746: require_once('td_translate.php');1316: require_once(get_template_directory() . '/includes/td_templates_builder.php2296: require_once('td_js.php');2305: require_once('wp-admin/panel/td_demo_installer.php');2306: require_once('wp-admin/panel/td_demo_util.php');2313: require_once('wp-admin/panel/panel_core/td_panel_core.php');2314: require_once('wp-admin/panel/panel_core/td_panel_generator.php');2318: require_once('wp-admin/panel/td_panel.php');2329: require_once('wp-admin/tinymce/tinymce.php');2339: require_once('td_metabox_generator.php');2340: require_once('wp-admin/content-metaboxes/td_templates_settings.php');2371: require_once 'external/class-tgm-plugin-activation.php'; // it cannot be au 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 : comments.php 8: require_once('includes/wp_booster/comments.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