0
Validation results

Popurls

Popurls

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEpopurls_v1.1.zip
  • FILE SIZE3675016 bytes
  • MD56b62a93d6532f16605b1fba670cc7e1c
  • SHA1fd8c6b8b6cfda762072eff724b2d9fde446c3173
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • VERSION1.0
  • AUTHOR URI
  • TAGSwhite, black, feeds, aggregator, news, responsive
  • CREATION DATE2021-01-07
  • LAST FILE UPDATE2021-02-16
  • LAST VALIDATION2021-02-16 15:52
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. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  3. Security breaches : Use of eval() Found eval in file widgets.php. 53: eval('?>'.$options[$number]['content_left']);91: eval('?>'.$options[$number]['content_middle']);129: eval('?>'.$options[$number]['content_right']);303: eval('?>'.$options[$number]['content_left_top']);364: eval('?>'.$options[$number]['content_left']);372: eval('?>'.$options[$number]['content_middle_top']);433: eval('?>'.$options[$number]['content_middle']);441: eval('?>'.$options[$number]['content_right_top']);502: eval('?>'.$options[$number]['content_right']);1177: eval('?>'.$options[$number]['content']);
  4. Malware : Operations on file system file_get_contents was found in the file options-config.php 538: 'content' => file_get_contents(dirname(__FILE__) . '/../README.md')575: 'content' => nl2br(file_get_contents(trailingslashit(dirname(__FILE__)) . 'README.html'))file_get_contents was found in the file options-config.php 538: 'content' => file_get_contents(dirname(__FILE__) . '/../README.md')575: 'content' => nl2br(file_get_contents(trailingslashit(dirname(__FILE__)) . 'README.html'))file_get_contents was found in the file idna_convert.class.php 97: if (function_exists('file_get_contents')) {98: $this->NP = unserialize(file_get_contents(dirname(__FILE__).'/npdata.ser'));fopen was found in the file simplepie_wordpress_2.php 922: $handle = fopen($template, 'r');fread was found in the file simplepie_wordpress_2.php 923: $tmpl = fread($handle, filesize($template));fclose was found in the file simplepie_wordpress_2.php 924: fclose($handle);
  5. Malware : Network operations curl_init was found in the file class.redux_helpers.php 21: $ch = curl_init();curl_exec was found in the file class.redux_helpers.php 26: $data = curl_exec($ch);
  6. Admin menu : Themes should use add_theme_page() for adding admin pages. File import_export.php : 150: add_submenu_page(File debug.php : 76: add_submenu_page(File import_export.php : 150: add_submenu_page(File framework.php : 1153: // wrappers and need to be appened to using add_submenu_page.1190: $this->page = add_submenu_page(1239: add_submenu_page(1263: add_submenu_page(File framework.php : 1153: // wrappers and need to be appened to using add_submenu_page.1190: $this->page = add_submenu_page(1239: add_submenu_page(1263: add_submenu_page(File framework.php : 1216: $this->page = add_menu_page(File framework.php : 1153: // wrappers and need to be appened to using add_submenu_page.1190: $this->page = add_submenu_page(1239: add_submenu_page(1263: add_submenu_page(File framework.php : 1153: // wrappers and need to be appened to using add_submenu_page.1190: $this->page = add_submenu_page(1239: add_submenu_page(1263: add_submenu_page(File barebones-config.php : 128: 'page_parent' => 'themes.php', // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile options-config.php : 633: 'page_parent' => 'themes.php', // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile simplepie_wordpress_2.php : 335: if (function_exists('add_options_page'))337: add_options_page('SimplePie for WP', 'SimplePie for WP', 8, 'simplepie_wordFile simplepie_wordpress_2.php : 335: if (function_exists('add_options_page'))337: add_options_page('SimplePie for WP', 'SimplePie for WP', 8, 'simplepie_word
  7. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 10: load_theme_textdomain( 'popurls', TEMPLATEPATH . '/languages' );
  8. Inapropriate constants : Use of HEADER_IMAGE Constant HEADER_IMAGE' was found in the file functions.php. add_theme_support( 'custom-header' ) should be used instead. 73: define( 'HEADER_IMAGE', '%s/images/logo.gif');
  9. Inapropriate constants : Use of NO_HEADER_TEXT Constant NO_HEADER_TEXT' was found in the file functions.php. add_theme_support( 'custom-header' ) should be used instead. 76: define( 'NO_HEADER_TEXT', true );
  10. Inapropriate constants : Use of HEADER_TEXTCOLOR Constant HEADER_TEXTCOLOR' was found in the file functions.php. add_theme_support( 'custom-header' ) should be used instead. 72: define( 'HEADER_TEXTCOLOR', '000000' );
  11. Inapropriate constants : Use of HEADER_IMAGE_WIDTH Constant HEADER_IMAGE_WIDTH' was found in the file functions.php. add_theme_support( 'custom-header' ) should be used instead. 74: define( 'HEADER_IMAGE_WIDTH', apply_filters( 'popurls_header_image_width', 500 ) );
  12. Inapropriate constants : Use of HEADER_IMAGE_HEIGHT Constant HEADER_IMAGE_HEIGHT' was found in the file functions.php. add_theme_support( 'custom-header' ) should be used instead. 75: define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'popurls_header_image_height', 82 ) );
  13. Deprecated functions : screen_icon screen_icon found in file themetoolkit.php. Deprecated since version 3.8.181: screen_icon();
  14. Deprecated functions : get_bloginfo get_bloginfo('wpurl') was found in the file simplepie_wordpress_2.php. Use site_url() instead.38: define('WP_CONTENT_WEB', get_bloginfo('wpurl') . '/wp-content');43: define('WP_CPANEL', get_bloginfo('wpurl') . '/wp-admin/options-general.php?page=simplepie_wordp2209: $working_item = str_replace('{ITEM_PERMALINK}', get_bloginfo('wpurl') . '/browser/?onsurl=' . preg_replace('/http/', '', raget_bloginfo( 'template_directory' ) was found in the file functions.php. Use get_template_directory_uri() instead.2: define('OPTIONSDIR', get_bloginfo( 'template_directory' ).'/options/');
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in functions.php. Themes must not deregister core scripts. 115: wp_deregister_script('jquery');
  2. theme tags : Presence of bad theme tagsThe 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.Found wrong tag feeds in style.css header.Found wrong tag aggregator in style.css header.Found wrong tag responsive in style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments "Updating this theme will lose any customizations you have made. 'Cancel' to stop, 'OK' to update." in file EDD_SL_Theme_Updater.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<p>', </p>, 'redux-framework-demo' in file framework.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file options-config.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file options-config.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-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popurls Alphabet Lists' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popurls Alphabet Lists' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popurls RSS Widget for text feeds' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popurls textRSS' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popurls RSS Widget for Youtube, Vimeo, Metacafe, Dailymotion, Yahoo Videos' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popurls videoRSS' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popurls RSS Widget for Flickr' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popurls photoRSS' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popurls Widget for html/php content - full width' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popurls HTML' in file widgets.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 popurls, redux-framework, edd, edd-recurring, redux-framework-demo, </p>.
  4. Admin menu : Detection of user levels deprecated in WordPress 2.0. See Wordpress codex.File simplepie_wordpress_2.php : 335: if (function_exists('add_options_page'))337: add_options_page('SimplePie for WP', 'SimplePie for WP', 8, 'simplepie_word
  5. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  6. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  7. Deprecated functions : screen_iconscreen_icon found in file themetoolkit.php. Deprecated since version 3.8.181: screen_icon();
  8. 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.
  9. I18N implementation : Proper use of ___all(Possible variable $msg found in translation function in framework.php. Translation function calls should not contain PHP variables.
  10. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  11. Featured image : Use of add_theme_support( 'post-thumbnails' ) in functions.php fileNo reference to post-thumbnails was found in the theme.
  12. CSS files : Presence of license typeLicense: is missing from style.css header.
  13. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  14. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  15. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  16. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 982x651px (982:651). Ratio of width to height should be 4:3.Screenshot size is 982x651px. 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. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  4. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  7. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  8. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : home.php 333: include(TEMPLATEPATH . '/index.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_functions.php 95: 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 : field_button_set.php 49: * ['format'] string Formatting options for paginate fields. Options include ('currency','nice','niceShort','timeAgoInWords' or a valid Date() f If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : field_select.php 56: require_once( $icons_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 : field_group.php 178: 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 : field_typography.php 802: 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 : field_raw_align.php 31: include( $this->field['include'] ); 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 : field_raw.php 51: include( $this->field['include'] ); 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 : tracking.php 267: require_once( ABSPATH . 'wp-admin/includes/admin.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 : sysinfo.php 52: require_once 'browser.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : extension_customizer.php 508: 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 : extension_edd.php 75: include_once( dirname( __FILE__ ) . '/edd_license/EDD_SL_Theme_Updater.php'103: include_once( dirname( __FILE__ ) . '/edd_license/EDD_SL_Plugin_Updater.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 : EDD_License_Handler.php 60: require_once 'EDD_SL_Plugin_Updater.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 40: include_once(dirname(__FILE__).'/inc/class.redux_instances.php');41: include_once(dirname(__FILE__).'/inc/lib.redux_instances.php');53: include_once(dirname(__FILE__).'/inc/class.redux_helpers.php');56: include_once(dirname(__FILE__).'/inc/class.redux_functions.php');370: include_once(self::$_dir . 'inc/debug.php');395: require_once(self::$_dir . 'inc/import_export.php');501: include_once( dirname( __FILE__ ) . '/inc/tracking.php' );1396: require_once( $class_file );1683: require_once( $class_file );2096: include(ABSPATH . 'wp-includes/pluggable.php');2464: require_once( $class_file );2769: require_once( $class_file );3273: require_once 'inc/sysinfo.php';3483: 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 : options-config.php 88: require_once( ABSPATH .'/wp-admin/includes/file.php' );234: 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 : simplepie_wordpress_2.php 895: // include_once($processing); 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