0
Validation results

Urdu Press

Urdu Press

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 651: //$fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 654: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 657: //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. Admin menu : Themes should use add_theme_page() for adding admin pages. File welcome.php : 195: $page = 'add_management_page';File framework.php : 1336: // wrappers and need to be appened to using add_submenu_page.1387: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1445: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1336: // wrappers and need to be appened to using add_submenu_page.1387: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1445: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1413: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1336: // wrappers and need to be appened to using add_submenu_page.1387: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1445: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
  5. 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: // get_header_textcolor() options: HEADER_TEXTCOLOR is default, hide text (returns 'blank') or any hex value.49: if ( HEADER_TEXTCOLOR == $header_text_color ) {
  6. 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'] );
  7. Deprecated functions : get_bloginfo get_bloginfo( 'stylesheet_directory' ) was found in the file posts-grid.php. Use get_stylesheet_directory_uri() instead.25: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/nothumb.png' />';get_bloginfo( 'stylesheet_directory' ) was found in the file posts-block2.php. Use get_stylesheet_directory_uri() instead.28: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/nothumb.png' />';70: 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.28: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/nothumb.png' />';59: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/nothumb.png' />';get_bloginfo( 'stylesheet_directory' ) was found in the file posts-related.php. Use get_stylesheet_directory_uri() instead.25: echo '<img src='' . get_bloginfo( 'stylesheet_directory' ) . '/images/nothumb.png' />';
  8. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was urdu-keyboard.1.1.zip restrict-widgets.1.2.9.zip contact-form-7.4.3.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-press.
  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 posts-block2.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "مناظر" in file posts-block2.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "تبصرے" in file content-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "مناظر" in file content-single.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 _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 __, with the arguments 'Install Required Plugins' in file contact-form-7.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file contact-form-7.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file contact-form-7.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file contact-form-7.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 contact-form-7.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 contact-form-7.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 contact-form-7.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 contact-form-7.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 contact-form-7.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 contact-form-7.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 contact-form-7.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 contact-form-7.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 contact-form-7.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 contact-form-7.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to Required Plugins Installer' in file contact-form-7.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file contact-form-7.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file contact-form-7.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 restrict-widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file restrict-widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file restrict-widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file restrict-widgets.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 restrict-widgets.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 restrict-widgets.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 restrict-widgets.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 restrict-widgets.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 restrict-widgets.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 restrict-widgets.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 restrict-widgets.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 restrict-widgets.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 restrict-widgets.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 restrict-widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to Required Plugins Installer' in file restrict-widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file restrict-widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file restrict-widgets.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 _e, with the arguments 'Title:' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Select Category:' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter Limit:' in file widgets.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 single.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file options-init.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'If you like <strong>Redux</strong> please leave us a <a href="', https://, 'wordpress.org/support/view/plugin-reviews/redux-framework?filter=5#postform" target="_blank" class="redux-rating-link" data-rated="Thanks :)">&#9733;&#9733;&#9733;&#9733;&#9733;</a> rating. A huge thank you from Redux in advance!' in file welcome.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'If you like <strong>Redux</strong> please leave us a <a href="', https://, 'wordpress.org/support/view/plugin-reviews/redux-framework?filter=5#postform" target="_blank" class="redux-rating-link" data-rated="Thanks :)">&#9733;&#9733;&#9733;&#9733;&#9733;</a> rating. A huge thank you from Redux in advance!', 'redux-framework' in file welcome.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 unews, tgmpa, framework, wordpress-importer, radium, admin_folder, xpanel-framework, redux-framework-demo, redux-framework, themecheck, https://.
  5. Cdn : Use of CDNFound the URL of a CDN in the code: maxcdn.bootstrapcdn.com/bootstrap. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  6. Security breaches : Presence of Google advertising codeFound pub-7875026167854193 in file widgets.txt. 1: {'sidebar-1':{'text-6':{'title':'\u0627\u0634\u062a\u06c1\u0627\u0631','text':'<img src=\'http:\/\/stylothemes.com\/urdupress\/wp-content\/themes\/upress\/images\/600.jpg\' class=\'img-responsive\'>','filter':false,'rw_opt':{'widget_select':false}},'text-3':{'title':'\u06c1\u0645\u0627\u0631\u0627 \u0641\u06cc\u0633 \u0628\u06a9 \u067e\u06cc\u062c','text':'<div class=\'fb-page\' data-href=\'https:\/\/www.facebook.com\/xitclubpage\' data-width=\'300\' data-small-header=\'false\' data-adapt-container-width=\'true\' data-hide-cover=\'false\' data-show-facepile=\'true\' data-show-posts=\'false\'><div class=\'fb-xfbml-parse-ignore\'><blockquote cite=\'https:\/\/www.facebook.com\/xitclubpage\'><a href=\'https:\/\/www.facebook.com\/xitclubpage\'>XiTClub.com<\/a><\/blockquote><\/div><\/div>','filter':false},'text-2':{'title':'\u0627\u0634\u062a\u06c1\u0627\u0631','text':'<a href=\'http:\/\/www.blogvo.com\' target=\'_blank\'><img title=\'Free Website with 5 GB Storage\' src=\'http:\/\/i.imgur.com\/YWmtwgf.jpg\' style=\'max-width: 95%; margin: 0 auto;\' alt=\'Free Website with 5 GB Storage\' height=\'250\' width=\'300\'><\/a>','filter':false,'rw_opt':{'widget_select':false,'cpt_page':true}},'text-4':{'title':'\u06c1\u0645\u0627\u0631\u06cc \u0679\u0648\u06cc\u0679\u0631 \u0641\u06cc\u0688','text':' <a class=\'twitter-timeline\' href=\'https:\/\/twitter.com\/xitclub\' data-widget-id=\'668959070305558528\'>Tweets by @xitclub<\/a>\r\n <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=\/^http:\/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\':\/\/platform.twitter.com\/widgets.js\';fjs.parentNode.insertBefore(js,fjs);}}(document,\'script\',\'twitter-wjs\');<\/script>\r\n ','filter':false,'rw_opt':{'widget_select':false,'cpt_page':true}},'text-8':{'title':'\u062e\u0635\u0648\u0635\u06cc \u0648\u06cc\u0688\u06cc\u0648\u0632','text':'<iframe frameborder=\'0\' width=\'320\' height=\'180\' src=\'\/\/www.dailymotion.com\/embed\/video\/x3b52db\' allowfullscreen><\/iframe><br \/><hr \/>\r\n<iframe frameborder=\'0\' width=\'320\' height=\'180\' src=\'\/\/www.dailymotion.com\/embed\/video\/x3b4cap\' allowfullscreen><\/iframe><br \/><hr \/>\r\n<iframe frameborder=\'0\' width=\'320\' height=\'180\' src=\'\/\/www.dailymotion.com\/embed\/video\/x2jnegu\' allowfullscreen><\/iframe><br \/><hr \/>\r\n<iframe frameborder=\'0\' width=\'320\' height=\'180\' src=\'\/\/www.dailymotion.com\/embed\/video\/x3ch4sn\' allowfullscreen><\/iframe><br \/><hr \/>\r\n<iframe frameborder=\'0\' width=\'320\' height=\'180\' src=\'\/\/www.dailymotion.com\/embed\/video\/x3fie30\' allowfullscreen><\/iframe><br \/>','filter':false,'rw_opt':{'widget_select':false,'cpt_post':true,'cpt_page':true}},'text-9':{'title':'\u0627\u0634\u062a\u06c1\u0627\u0631','text':'<a href=\'http:\/\/www.blogvo.com\' target=\'_blank\'><img title=\'Free Website with 5 GB Storage\' src=\'http:\/\/i.imgur.com\/G1cSab9.jpg\' style=\'max-width: 95%; margin: 0 auto;\' alt=\'Free Website with 5 GB Storage\' height=\'250\' width=\'300\'><\/a>','filter':false,'rw_opt':{'widget_select':false,'cpt_page':true}},'upress_posts_widget-3':{'title':'\u062e\u0635\u0648\u0635\u06cc \u0641\u06cc\u0686\u0631\u0632','category':'\/category\/archives\/international','limit':'8','thumbsize':'0','widget_select':'no','widget_multiselect':['cpt_page'],'rw_opt':{'cpt_page':true,'widget_select':false}},'text-10':{'title':'\u06c1\u0645\u0627\u0631\u06cc \u0627\u06cc \u0645\u06cc\u0644 \u0644\u0633\u0679 \u0645\u06cc\u06ba \u0634\u0627\u0645\u0644 \u06c1\u0648\u06ba','text':'[contact-form-7 id=\'225\' title=\'subscribe\']','filter':false,'rw_opt':{'widget_select':false}}},'sidebar-mini':{'upress_posts_widget-2':{'title':'\u062d\u06cc\u0631\u062a \u0627\u0646\u06af\u06cc\u0632','category':'\/category\/archives\/international','limit':'10','thumbsize':'1','widget_select':'no','rw_opt':{'widget_select':false}},'text-5':{'title':'\u0627\u0634\u062a\u06c1\u0627\u0631','text':'<script async src=\'\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\'><\/script>\r\n<!-- StyloThemes -125 -->\r\n<ins class=\'adsbygoogle\'\r\n style=\'display:inline-block;width:125px;height:125px\'\r\n data-ad-client=\'ca-pub-7875026167854193\'\r\n data-ad-slot=\'4988647360\'><\/ins>\r\n<scri
  7. PHP short tags : Presence of PHP short tagsPHP short tags were found in file parsedown.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.14: # Modified by Dovy Paukstys to remove <? shortcode-like declaration.
  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 $theme_text_domain found in translation function in contact-form-7.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in contact-form-7.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in contact-form-7.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in contact-form-7.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in contact-form-7.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in contact-form-7.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in contact-form-7.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 urdu-keyboard.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in restrict-widgets.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in restrict-widgets.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in restrict-widgets.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in restrict-widgets.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in restrict-widgets.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in restrict-widgets.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in restrict-widgets.php. Translation function calls should not contain PHP variables.
  10. Screenshot : Screenshot fileBad 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 header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. 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>',337: '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>',337: 'default' => 'Copyright © 2015, UrduPress all rights reserved. Theme Designed by <a href='http://www.stylothemes.com'>StyloThemes</a>',
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  6. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  7. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  8. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  9. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  10. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  11. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  12. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  13. 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 : 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 372: require_once 'views/about.php';387: require_once 'views/changelog.php';402: require_once 'views/extensions.php';418: require_once 'views/support.php';433: require_once 'views/credits.php';448: 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 142: include_once( ReduxFramework::$_dir . 'core/enqueue.php' );751: 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 414: require_once 'core/dashboard.php';417: require_once 'core/newsflash.php';1690: require_once 'core/enqueue.php';2834: require_once 'core/enqueue.php';2892: require_once 'core/panel.php';3221: 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