0
Validation results

Urdu Paper

Urdu Paper

WordPress 6.5.2 theme
0
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 The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  3. Malware : Operations on file system file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );269: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );269: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fclose was found in the file parsers.php 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );fopen was found in the file parsers.php 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fopen was found in the file parsers.php 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fclose was found in the file parsers.php 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );fclose was found in the file parsers.php 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );file_get_contents was found in the file radium-importer.php 263: $data = file_get_contents( $file );338: $data = file_get_contents( $file );file_get_contents was found in the file radium-importer.php 263: $data = file_get_contents( $file );338: $data = file_get_contents( $file );fopen was found in the file class.redux_helpers.php 657: //$fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 660: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 663: //fclose( $fp );fwrite was found in the file scss.inc.php 831: //fwrite(STDERR, 'Line $line DEBUG: $value\n');file_get_contents was found in the file scss.inc.php 1654: //$code = file_get_contents($path);4433: //$imports = unserialize(file_get_contents($icache));4473: //$css = $this->scss->compile(file_get_contents($in), $in);4537: //echo file_get_contents($output);file_get_contents was found in the file scss.inc.php 1654: //$code = file_get_contents($path);4433: //$imports = unserialize(file_get_contents($icache));4473: //$css = $this->scss->compile(file_get_contents($in), $in);4537: //echo file_get_contents($output);file_get_contents was found in the file scss.inc.php 1654: //$code = file_get_contents($path);4433: //$imports = unserialize(file_get_contents($icache));4473: //$css = $this->scss->compile(file_get_contents($in), $in);4537: //echo file_get_contents($output);file_put_contents was found in the file scss.inc.php 4482: //file_put_contents($out, $css);4483: //file_put_contents($this->importsCacheName($out),file_put_contents was found in the file scss.inc.php 4482: //file_put_contents($out, $css);4483: //file_put_contents($this->importsCacheName($out),file_get_contents was found in the file scss.inc.php 1654: //$code = file_get_contents($path);4433: //$imports = unserialize(file_get_contents($icache));4473: //$css = $this->scss->compile(file_get_contents($in), $in);4537: //echo file_get_contents($output);
  4. Malware : Network operations curl_init was found in the file functions.php 333: $ch = curl_init();curl_exec was found in the file functions.php 337: $ip_data_in = curl_exec($ch); // string
  5. Admin menu : Themes should use add_theme_page() for adding admin pages. File welcome.php : 199: $page = 'add_management_page';File framework.php : 1347: // wrappers and need to be appened to using add_submenu_page.1398: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1347: // wrappers and need to be appened to using add_submenu_page.1398: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1424: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1347: // wrappers and need to be appened to using add_submenu_page.1398: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
  6. Inapropriate constants : Use of HEADER_TEXTCOLOR Constant HEADER_TEXTCOLOR was found in the file custom-header.php. add_theme_support( 'custom-header' ) should be used instead. 48: if ( HEADER_TEXTCOLOR === $header_text_color ) {
  7. Deprecated functions : wp_get_http wp_get_http found in file wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.905: $headers = wp_get_http( $url, $upload['file'] );
  8. Deprecated functions : get_bloginfo get_bloginfo( 'stylesheet_directory' ) was found in the file content-archive.php. Use get_stylesheet_directory_uri() instead.20: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/thumb-372x218.jpg' />';get_bloginfo( 'stylesheet_directory' ) was found in the file posts-carousel.php. Use get_stylesheet_directory_uri() instead.22: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/nothumb-carousel.jpg' />'get_bloginfo( 'stylesheet_directory' ) was found in the file posts-grid.php. Use get_stylesheet_directory_uri() instead.30: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/nothumb.png' />';76: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/nothumb.png' />';get_bloginfo( 'stylesheet_directory' ) was found in the file posts-block.php. Use get_stylesheet_directory_uri() instead.29: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/nothumb.png' />';78: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/nothumb.png' />';get_bloginfo( 'stylesheet_directory' ) was found in the file posts-404.php. Use get_stylesheet_directory_uri() instead.21: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/thumb-372x218.jpg' />';get_bloginfo( 'stylesheet_directory' ) was found in the file posts-related.php. Use get_stylesheet_directory_uri() instead.22: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/thumb-372x218.jpg' />';
  9. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was ._menu-icons.0.10.1.zip ._urdu-keyboard.1.1.zip ._one-click-demo-import.1.3.0.zip urdu-keyboard.1.1.zip one-click-demo-import.1.3.0.zip menu-icons.0.10.1.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in register-scripts.php. Themes must not deregister core scripts. 8: wp_deregister_script( 'jquery');Found 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. 565: wp_deregister_script( 'wpb_ace' );
  2. theme tags : Presence of bad theme tagsFound wrong tag magazine in style.css header.Found wrong tag urdu in style.css header.Found wrong tag arabic in style.css header.Found wrong tag urdu theme in style.css header.Found wrong tag urdu news in 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 urdu-paper.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'آپکا نام' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'آپکا ای میل ایڈریس' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اپنا تبصرہ لکھیں' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "تبصرے" in file archive-meta.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "مناظر" in file archive-meta.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "تبصرے" in file posts-grid.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "مناظر" in file posts-grid.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'سخت نا پسند' in file posts-rating.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'بہتر ہو سکتی تھی' in file posts-rating.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ٹھیک ہے' in file posts-rating.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'اچھی ہے' in file posts-rating.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'بہت اچھی ہے' in file posts-rating.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "تبصرے" in file posts-block.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "مناظر" in file posts-block.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "تبصرے" in file posts-meta.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'جو تلاش کرنا چاہ رہے ہیں یہاں لکھیں', 'label' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'جو تلاش کرنا چاہ رہے ہیں یہاں لکھیں …', 'placeholder' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'جو تلاش کرنا چاہ رہے ہیں یہاں لکھیں', 'label' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'تلاش کریں', 'submit button' in file searchform.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin activating plugin', 'Begin activating plugins' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Required Plugins' in file urdu-keyboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file urdu-keyboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file urdu-keyboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file urdu-keyboard.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 urdu-keyboard.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 urdu-keyboard.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 urdu-keyboard.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 urdu-keyboard.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 urdu-keyboard.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 urdu-keyboard.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 urdu-keyboard.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 urdu-keyboard.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 urdu-keyboard.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 urdu-keyboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to Required Plugins Installer' in file urdu-keyboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file urdu-keyboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file urdu-keyboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Required Plugins' in file menu-icons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file menu-icons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file menu-icons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file menu-icons.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 menu-icons.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 menu-icons.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 menu-icons.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 menu-icons.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 menu-icons.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 menu-icons.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 menu-icons.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 menu-icons.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 menu-icons.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 menu-icons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to Required Plugins Installer' in file menu-icons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file menu-icons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file menu-icons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file widget-catposts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Select Category:' in file widget-catposts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter Limit:' in file widget-catposts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Thumbnail Size:' in file widget-catposts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Required Plugins' in file one-click-demo-import.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file one-click-demo-import.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file one-click-demo-import.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file one-click-demo-import.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 one-click-demo-import.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 one-click-demo-import.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 one-click-demo-import.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 one-click-demo-import.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 one-click-demo-import.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 one-click-demo-import.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 one-click-demo-import.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 one-click-demo-import.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 one-click-demo-import.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 one-click-demo-import.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to Required Plugins Installer' in file one-click-demo-import.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file one-click-demo-import.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file one-click-demo-import.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file widget-featured-pots.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter Limit:' in file widget-featured-pots.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'اگر آپ کو کسی مخصوص خبر کی تلاش ہے تو یہاں نیچے دئے گئے باکس کی مدد سے تلاش کریں' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "اس خبر پر اپنی رائے کا اظہار کریں" in file single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "مزید پڑھیں" in file single.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file options-init.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 upaper, unews, tgmpa, framework, wordpress-importer, radium, admin_folder, xpanel-framework, redux-framework-demo, redux-framework, themecheck.
  5. Unwanted files : hidden file(s) or folder(s).ds_store was found.
  6. Fundamental theme elements : Presence of language_attributes()Could not find .
  7. 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.
  8. I18N implementation : Proper use of ___all(Possible variable $theme_text_domain found in translation function in urdu-keyboard.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in urdu-keyboard.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in urdu-keyboard.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in urdu-keyboard.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in urdu-keyboard.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in urdu-keyboard.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in urdu-keyboard.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in menu-icons.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in menu-icons.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in menu-icons.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in menu-icons.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in menu-icons.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in menu-icons.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in menu-icons.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in one-click-demo-import.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in one-click-demo-import.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in one-click-demo-import.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in one-click-demo-import.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in one-click-demo-import.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in one-click-demo-import.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in one-click-demo-import.php. Translation function calls should not contain PHP variables.
  9. CSS files : Presence of .alignleft class.alignleft css class is needed in theme css.
  10. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  11. CSS files : Presence of .aligncenter class.aligncenter css class is needed in theme css.
  12. Tags : Tags displayThis theme doesn't seem to display tags.
  13. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file options-init.php.33: 'footer_text' => '<p>Powered by <a href='http://www.stylothemes.com'>StyloThemes</a></p>',243: 'default' => 'Copyright © 2015, UrduPress all rights reserved. Theme Designed by <a href='http://www.stylothemes.com'>StyloThemes</a>',111: 'content' => __( '<h3>Having trouble setting up the theme ? Go ahead and submit a support ticket via <a href='http://stylothemes.com/shop/support' target='_blank'>http://stylothemes.com116: 'content' => __( '<p>Browse collection of our more themes <a href='http://stylothemes.com/shop/support' target='_blank'>http://stylothemes.com111: 'content' => __( '<h3>Having trouble setting up the theme ? Go ahead and submit a support ticket via <a href='http://stylothemes.com/shop/support' target='_blank'>http://stylothemes.com116: 'content' => __( '<p>Browse collection of our more themes <a href='http://stylothemes.com/shop/support' target='_blank'>http://stylothemes.com111: 'content' => __( '<h3>Having trouble setting up the theme ? Go ahead and submit a support ticket via <a href='http://stylothemes.com/shop/support' target='_blank'>http://stylothemes.com116: 'content' => __( '<p>Browse collection of our more themes <a href='http://stylothemes.com/shop/support' target='_blank'>http://stylothemes.com122: $content = __( '<p><a href='http://stylothemes.com/shop' target='_blank'><img src='http://stylothemes.c33: 'footer_text' => '<p>Powered by <a href='http://www.stylothemes.com'>StyloThemes</a></p>',243: 'default' => 'Copyright © 2015, UrduPress all rights reserved. Theme Designed by <a href='http://www.stylothemes.com'>StyloThemes</a>',589: 'desc' => __( 'Enter Icon Classes for Grid Blocks. We used font awesome icons, so all you need to do is provide your desired icon class name in each box. ie: fa-star. You can check icon classes over here: <a href='http://fontawesome.io/icons/'>http://fontawesome.io/icons/</a>', 'xpanel-frPossible 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=admin-folder-xclick&hosted_button
  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 home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  9. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  10. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  11. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  12. Use of includes : Use of include or requireThe theme appears to use include or require : class-tgm-plugin-activation.php 1061: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.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 : views-counter.php 24: require_once( ABSPATH . 'wp-admin/includes/upgrade.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 : post-rating.php 23: require_once( ABSPATH . 'wp-admin/includes/upgrade.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_sass.php 142: 198: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : welcome.php 376: require_once 'views/about.php';391: require_once 'views/changelog.php';406: require_once 'views/extensions.php';422: require_once 'views/support.php';437: require_once 'views/credits.php';452: require_once 'views/status_report.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : extension_customizer.php 749: 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 : scss.inc.php 2818: 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 46: * ['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 : framework.php 410: require_once 'core/dashboard.php';414: require_once 'core/newsflash.php';1705: require_once 'core/enqueue.php';2852: require_once 'core/enqueue.php';2910: require_once 'core/panel.php';3239: 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.
Other checked themes