0
Validation results

Classifier

Classifier

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEclassifier.zip
  • FILE SIZE1145308 bytes
  • MD5655eb4962df4944f3d6e8ec5932cc0f3
  • SHA112669320d9524cde3699eee7386b11aa2da6c0f4
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION1.3.0
  • TAGSAds, two column, theme panel, app
  • CREATION DATE2020-06-21
  • LAST FILE UPDATE2020-06-21
  • LAST VALIDATION2020-06-21 11:16
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. 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.
  2. Security breaches : Use of backticks execution operators in PHP code Found ` in file timthumb.php. 762: $out = `$exec -o1 $tempfile`; //you can use up to -o7 but it really slows things d777: $out = `$exec $tempfile $tempfile2`;962: $out = `$command`;
  3. Security breaches : Use of base64_decode() Found base64_decode in file base_facebook.php. 1073: return base64_decode(strtr($input, '-_', '+/'));Found base64_decode in file timthumb.php. 224: $imgData = base64_decode('R0lGODlhUAAMAIAAAP8AAP///yH5BAAHAP8ALAAAAABQAAwAAAJpjI+py+0PFound base64_decode in file admin-update.php. 93: $cred = unserialize(base64_decode($_POST['colabs_ftp_cred']));226: $cred = unserialize(base64_decode($_POST['colabs_ftp_cred']));Found base64_decode in file admin-functions.php. 1189: $cred = unserialize(base64_decode($_POST['colabs_ftp_cred']));1271: $cred = unserialize(base64_decode($_POST['colabs_ftp_cred']));Found base64_decode in file admin-interface.php. 893: $new_import = base64_decode($new_value);
  4. Security breaches : Use of base64_encode() Found base64_encode in file recaptchalib.php.
     return strtr(base64_encode ($x), '+/', '-_');
    Found base64_encode in file admin-update.php.
     <input type='hidden' name='colabs_ftp_cred' value='<?php echo esc_attr( base64_encode(serialize($_POST))); ?>' />
    Found base64_encode in file admin-functions.php.
     <input type='hidden' name='colabs_ftp_cred' value='<?php echo esc_attr( base64_encode(serialize($_POST))); ?>' />
    Found base64_encode in file admin-interface.php.
     $output = base64_encode($output);
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" frameborder="0"> in file recaptchalib.php. 125: <iframe src=''. $server . '/noscript?k=' . $pubkey . $errorpart . '' heightFound <iframe src="http://www.facebook.com/plugins/like.php?href=' . $url . '&amp;layout=' . $style . '&amp;show_faces=' . $showfaces . '&amp;width=' . $width . '&amp;action=' . $verb . '&amp;colorscheme=' . $colorscheme . '&amp;font=' . $font . '" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:' . $widthpx . '; height:' . $height . 'px;"> in file admin-shortcodes.php. 695: <iframe src='http://www.facebook.com/plugins/like.php?href=' . $url . '&amp
  6. Malware : Operations on file system fwrite was found in the file recaptchalib.php 84: fwrite($fs, $http_request);fclose was found in the file recaptchalib.php 88: fclose($fs);fclose was found in the file ipn.php 70: fclose($fp); // close connectionfile_get_contents was found in the file admin-backup.php 334: $upload = file_get_contents( $_FILES['colabsthemes-import-file']['tmp_name'] );fopen was found in the file timthumb.php 799: $fp = fopen($tempfile,'r',0,$context);806: $fh = fopen($lockFile, 'w');1023: $fp = fopen($this->cachefile, 'rb');1166: self::$curlFH = fopen($tempfile, 'w');file_put_contents was found in the file timthumb.php 800: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 801: file_put_contents($tempfile4, $fp, FILE_APPEND);1212: if(! file_put_contents($tempfile, $img)){file_put_contents was found in the file timthumb.php 800: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 801: file_put_contents($tempfile4, $fp, FILE_APPEND);1212: if(! file_put_contents($tempfile, $img)){fclose was found in the file timthumb.php 802: fclose($fp);814: fclose($fh);817: fclose($fh);1035: fclose($fp);1184: fclose(self::$curlFH);fopen was found in the file timthumb.php 799: $fp = fopen($tempfile,'r',0,$context);806: $fh = fopen($lockFile, 'w');1023: $fp = fopen($this->cachefile, 'rb');1166: self::$curlFH = fopen($tempfile, 'w');fclose was found in the file timthumb.php 802: fclose($fp);814: fclose($fh);817: fclose($fh);1035: fclose($fp);1184: fclose(self::$curlFH);fclose was found in the file timthumb.php 802: fclose($fp);814: fclose($fh);817: fclose($fh);1035: fclose($fp);1184: fclose(self::$curlFH);fwrite was found in the file timthumb.php 1009: fwrite(self::$curlFH, $d);fopen was found in the file timthumb.php 799: $fp = fopen($tempfile,'r',0,$context);806: $fh = fopen($lockFile, 'w');1023: $fp = fopen($this->cachefile, 'rb');1166: self::$curlFH = fopen($tempfile, 'w');fread was found in the file timthumb.php 1026: $imgType = fread($fp, 3);fclose was found in the file timthumb.php 802: fclose($fp);814: fclose($fh);817: fclose($fh);1035: fclose($fp);1184: fclose(self::$curlFH);file_get_contents was found in the file timthumb.php 1039: $content = file_get_contents ($this->cachefile);1043: $this->debug(3, 'Served using file_get_contents and echo');1198: $img = @file_get_contents ($url);1233: $content = @file_get_contents ($file);fopen was found in the file timthumb.php 799: $fp = fopen($tempfile,'r',0,$context);806: $fh = fopen($lockFile, 'w');1023: $fp = fopen($this->cachefile, 'rb');1166: self::$curlFH = fopen($tempfile, 'w');fclose was found in the file timthumb.php 802: fclose($fp);814: fclose($fh);817: fclose($fh);1035: fclose($fp);1184: fclose(self::$curlFH);file_get_contents was found in the file timthumb.php 1039: $content = file_get_contents ($this->cachefile);1043: $this->debug(3, 'Served using file_get_contents and echo');1198: $img = @file_get_contents ($url);1233: $content = @file_get_contents ($file);file_put_contents was found in the file timthumb.php 800: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 801: file_put_contents($tempfile4, $fp, FILE_APPEND);1212: if(! file_put_contents($tempfile, $img)){readfile was found in the file timthumb.php 1229: $bytes = @readfile($file);file_get_contents was found in the file timthumb.php 1039: $content = file_get_contents ($this->cachefile);1043: $this->debug(3, 'Served using file_get_contents and echo');1198: $img = @file_get_contents ($url);1233: $content = @file_get_contents ($file);file_get_contents was found in the file admin-functions.php 518: $output = unserialize(file_get_contents('http://vimeo.com/api/v2/video/$id.php')); 1216: $tinyurl = file_get_contents_curl( 'http://tinyurl.com/api-create.php?url='.$url);1228: $response = file_get_contents_curl($bitly);1244: function file_get_contents_curl($url) {fwrite was found in the file admin-functions.php 539: fwrite($sock, $request);3075: $fwrite = fwrite($file, $new_file_contents);3076: if ($fwrite === false) {fread was found in the file admin-functions.php 541: while(!feof($sock)) $response .= fread($sock, 8192);3156: $current_file_contents = fread($file, filesize($filename));fclose was found in the file admin-functions.php 542: fclose($sock);3083: fclose($file); 3157: fclose($file);fopen was found in the file admin-functions.php 3070: $file = fopen($filename, 'w') or $file_open = false; 3152: $file = fopen($filename, 'r') or $file_open = false;fwrite was found in the file admin-functions.php 539: fwrite($sock, $request);3075: $fwrite = fwrite($file, $new_file_contents);3076: if ($fwrite === false) {fclose was found in the file admin-functions.php 542: fclose($sock);3083: fclose($file); 3157: fclose($file);fopen was found in the file admin-functions.php 3070: $file = fopen($filename, 'w') or $file_open = false; 3152: $file = fopen($filename, 'r') or $file_open = false;fread was found in the file admin-functions.php 541: while(!feof($sock)) $response .= fread($sock, 8192);3156: $current_file_contents = fread($file, filesize($filename));fclose was found in the file admin-functions.php 542: fclose($sock);3083: fclose($file); 3157: fclose($file);file_get_contents was found in the file admin-update.php 146: $check_cookie=extractCookies(file_get_contents($cookiefile));471: $check_cookie=extractCookies(file_get_contents($cookiefile));file_get_contents was found in the file admin-update.php 146: $check_cookie=extractCookies(file_get_contents($cookiefile));471: $check_cookie=extractCookies(file_get_contents($cookiefile));fopen was found in the file admin-update.php 503: $file = fopen($to.'/tmp_pack.zip', 'w');fclose was found in the file admin-update.php 510: fclose($file); file_get_contents was found in the file admin-functions.php 514: $output = unserialize(file_get_contents('http://vimeo.com/api/v2/video/$id.php')); 1455: $tinyurl = file_get_contents_curl( 'http://tinyurl.com/api-create.php?url='.$url);1467: $response = file_get_contents_curl($bitly);1483: function file_get_contents_curl($url) {fwrite was found in the file admin-functions.php 535: fwrite($sock, $request);3283: $fwrite = fwrite($file, $new_file_contents);3284: if ($fwrite === false) {fread was found in the file admin-functions.php 537: while(!feof($sock)) $response .= fread($sock, 8192);3364: $current_file_contents = fread($file, filesize($filename));fclose was found in the file admin-functions.php 538: fclose($sock);3291: fclose($file); 3365: fclose($file);fopen was found in the file admin-functions.php 3278: $file = fopen($filename, 'w') or $file_open = false; 3360: $file = fopen($filename, 'r') or $file_open = false;fwrite was found in the file admin-functions.php 535: fwrite($sock, $request);3283: $fwrite = fwrite($file, $new_file_contents);3284: if ($fwrite === false) {fclose was found in the file admin-functions.php 538: fclose($sock);3291: fclose($file); 3365: fclose($file);fopen was found in the file admin-functions.php 3278: $file = fopen($filename, 'w') or $file_open = false; 3360: $file = fopen($filename, 'r') or $file_open = false;fread was found in the file admin-functions.php 537: while(!feof($sock)) $response .= fread($sock, 8192);3364: $current_file_contents = fread($file, filesize($filename));fclose was found in the file admin-functions.php 538: fclose($sock);3291: fclose($file); 3365: fclose($file);file_get_contents was found in the file admin-readme.php 30: $file = @file_get_contents( get_template_directory() . '/README.txt');fopen was found in the file admin-editor.php 63: $file_open = fopen(COLABS_CUSTOM . '/' . $file, 'w+'); // Open the file91: $content = fopen(COLABS_CUSTOM . '/' . $file, 'r');101: $file_open = fopen(COLABS_CUSTOM . '/' . $file, 'w+'); // Open the file134: $content = fopen(COLABS_CUSTOM . '/' . $file, 'r');fwrite was found in the file admin-editor.php 66: fwrite($file_open, $contents);104: fwrite($file_open, $content);fclose was found in the file admin-editor.php 68: fclose($file_open); // Close the file106: fclose($file_open); // Close the filefile_get_contents was found in the file admin-editor.php 80: $uploadcssfile = file_get_contents( $_FILES['import']['tmp_name'] );fopen was found in the file admin-editor.php 63: $file_open = fopen(COLABS_CUSTOM . '/' . $file, 'w+'); // Open the file91: $content = fopen(COLABS_CUSTOM . '/' . $file, 'r');101: $file_open = fopen(COLABS_CUSTOM . '/' . $file, 'w+'); // Open the file134: $content = fopen(COLABS_CUSTOM . '/' . $file, 'r');fread was found in the file admin-editor.php 92: $content = fread($content, filesize(COLABS_CUSTOM . '/' . $file));135: $content = fread($content, filesize(COLABS_CUSTOM . '/' . $file));fopen was found in the file admin-editor.php 63: $file_open = fopen(COLABS_CUSTOM . '/' . $file, 'w+'); // Open the file91: $content = fopen(COLABS_CUSTOM . '/' . $file, 'r');101: $file_open = fopen(COLABS_CUSTOM . '/' . $file, 'w+'); // Open the file134: $content = fopen(COLABS_CUSTOM . '/' . $file, 'r');fwrite was found in the file admin-editor.php 66: fwrite($file_open, $contents);104: fwrite($file_open, $content);fclose was found in the file admin-editor.php 68: fclose($file_open); // Close the file106: fclose($file_open); // Close the filefopen was found in the file admin-editor.php 63: $file_open = fopen(COLABS_CUSTOM . '/' . $file, 'w+'); // Open the file91: $content = fopen(COLABS_CUSTOM . '/' . $file, 'r');101: $file_open = fopen(COLABS_CUSTOM . '/' . $file, 'w+'); // Open the file134: $content = fopen(COLABS_CUSTOM . '/' . $file, 'r');fread was found in the file admin-editor.php 92: $content = fread($content, filesize(COLABS_CUSTOM . '/' . $file));135: $content = fread($content, filesize(COLABS_CUSTOM . '/' . $file));file_get_contents was found in the file admin-customizer.php 297: $upload = file_get_contents( $_FILES['colabsthemes-import-file']['tmp_name'] );
  7. Malware : Network operations curl_init was found in the file base_facebook.php 18: if (!function_exists('curl_init')) {781: $ch = curl_init();curl_exec was found in the file base_facebook.php 803: $result = curl_exec($ch);810: $result = curl_exec($ch);curl_exec was found in the file base_facebook.php 803: $result = curl_exec($ch);810: $result = curl_exec($ch);fsockopen was found in the file recaptchalib.php 80: if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {fsockopen was found in the file ipn.php 42: $fp = fsockopen ( 'ssl://www.sandbox.paypal.com', '443', $err_num, $err_str, 60 )44: $fp = fsockopen ( 'ssl://www.paypal.com', '443', $err_num, $err_str, 60 );53: $ipn_status = 'fsockopen error no. $err_num: $err_str';fsockopen was found in the file ipn.php 42: $fp = fsockopen ( 'ssl://www.sandbox.paypal.com', '443', $err_num, $err_str, 60 )44: $fp = fsockopen ( 'ssl://www.paypal.com', '443', $err_num, $err_str, 60 );53: $ipn_status = 'fsockopen error no. $err_num: $err_str';curl_init was found in the file timthumb.php 1164: if(function_exists('curl_init')){1173: $curl = curl_init($url);curl_exec was found in the file timthumb.php 1183: $curlResult = curl_exec($curl);fsockopen was found in the file admin-functions.php 533: $sock = fsockopen($url_parts['host'], (isset($url_parts['port']) ? (int)$url_parts[curl_init was found in the file admin-functions.php 1246: $ch = curl_init();1268: if (function_exists( 'curl_init')) {1275: if (function_exists( 'curl_init')) {curl_exec was found in the file admin-functions.php 1252: $data = curl_exec($ch);curl_init was found in the file admin-update.php 451: $ch = curl_init();495: $ch = curl_init();curl_exec was found in the file admin-update.php 459: curl_exec($ch);506: $zip = curl_exec($ch);curl_init was found in the file admin-update.php 451: $ch = curl_init();495: $ch = curl_init();curl_exec was found in the file admin-update.php 459: curl_exec($ch);506: $zip = curl_exec($ch);fsockopen was found in the file admin-functions.php 529: $sock = fsockopen($url_parts['host'], (isset($url_parts['port']) ? (int)$url_parts[curl_init was found in the file admin-functions.php 1485: $ch = curl_init();1507: if (function_exists( 'curl_init')) {1514: if (function_exists( 'curl_init')) {curl_exec was found in the file admin-functions.php 1491: $data = curl_exec($ch);
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File theme-membership-packages.php : 187: add_submenu_page( 'colabsthemes', __('Packages','colabsthemes'), __('PackagFile theme-gateways.php : 66: add_submenu_page( 'colabsthemes', __('Payment Gateway Options','colabsthemeFile theme-transactions.php : 4: add_submenu_page( 'colabsthemes', __('Transactions','colabsthemes'), __('TrFile theme-coupon.php : 109: add_submenu_page( 'colabsthemes', __('Coupons','colabsthemes'), __('CouponsFile admin-backup.php : 73: $this->admin_page = add_submenu_page('colabsthemes', __( 'ColorLabs Import/Export Settings', 'cFile admin-interface-functions.php : 81: //--Get admin submenu from add_submenu_page() functionFile admin-interface.php : 164: if(function_exists( 'add_object_page'))166: add_object_page ( 'Page Title', $themename, 'manage_options','colabsthemes'File admin-interface.php : 164: if(function_exists( 'add_object_page'))166: add_object_page ( 'Page Title', $themename, 'manage_options','colabsthemes'File admin-interface.php : 170: add_menu_page ( 'Page Title', $themename, 'manage_options','colabsthemes','File admin-interface.php : 175: $colabspage = add_submenu_page( 'colabsthemes', 'Dashboard', 'Dashboard', 'manage_options181: $colabslayout = add_submenu_page( 'colabsthemes_dummy', 'Layout Settings', 'Layout Settings186: $colabssbm = add_submenu_page( 'colabsthemes', 'Manage Sidebar', 'Manage Sidebar', 'mana191: $colabsseo = add_submenu_page( 'colabsthemes_dummy', 'SEO', 'SEO', 'manage_options', 'co196: $colabseditor = add_submenu_page('colabsthemes', __('Custom File Editor', 'colabsthemes'), 201: $colabsthemepage = add_submenu_page( 'colabsthemes', 'CoLabsFramework Update', 'Updates', 'man205: $colabsthemes_readme_menu_pagehook = file_exists( get_template_directory() . '/README.txt' ) ? add_submenu_page('colabsthemes', __('Readme', 'colabsthemes'), __('Readme',209: $colabsdash = add_submenu_page( 'colabsthemes', 'Theme Info', 'Theme Info', 'manage_optioFile admin-interface.php : 175: $colabspage = add_submenu_page( 'colabsthemes', 'Dashboard', 'Dashboard', 'manage_options181: $colabslayout = add_submenu_page( 'colabsthemes_dummy', 'Layout Settings', 'Layout Settings186: $colabssbm = add_submenu_page( 'colabsthemes', 'Manage Sidebar', 'Manage Sidebar', 'mana191: $colabsseo = add_submenu_page( 'colabsthemes_dummy', 'SEO', 'SEO', 'manage_options', 'co196: $colabseditor = add_submenu_page('colabsthemes', __('Custom File Editor', 'colabsthemes'), 201: $colabsthemepage = add_submenu_page( 'colabsthemes', 'CoLabsFramework Update', 'Updates', 'man205: $colabsthemes_readme_menu_pagehook = file_exists( get_template_directory() . '/README.txt' ) ? add_submenu_page('colabsthemes', __('Readme', 'colabsthemes'), __('Readme',209: $colabsdash = add_submenu_page( 'colabsthemes', 'Theme Info', 'Theme Info', 'manage_optioFile admin-interface.php : 175: $colabspage = add_submenu_page( 'colabsthemes', 'Dashboard', 'Dashboard', 'manage_options181: $colabslayout = add_submenu_page( 'colabsthemes_dummy', 'Layout Settings', 'Layout Settings186: $colabssbm = add_submenu_page( 'colabsthemes', 'Manage Sidebar', 'Manage Sidebar', 'mana191: $colabsseo = add_submenu_page( 'colabsthemes_dummy', 'SEO', 'SEO', 'manage_options', 'co196: $colabseditor = add_submenu_page('colabsthemes', __('Custom File Editor', 'colabsthemes'), 201: $colabsthemepage = add_submenu_page( 'colabsthemes', 'CoLabsFramework Update', 'Updates', 'man205: $colabsthemes_readme_menu_pagehook = file_exists( get_template_directory() . '/README.txt' ) ? add_submenu_page('colabsthemes', __('Readme', 'colabsthemes'), __('Readme',209: $colabsdash = add_submenu_page( 'colabsthemes', 'Theme Info', 'Theme Info', 'manage_optioFile admin-interface.php : 175: $colabspage = add_submenu_page( 'colabsthemes', 'Dashboard', 'Dashboard', 'manage_options181: $colabslayout = add_submenu_page( 'colabsthemes_dummy', 'Layout Settings', 'Layout Settings186: $colabssbm = add_submenu_page( 'colabsthemes', 'Manage Sidebar', 'Manage Sidebar', 'mana191: $colabsseo = add_submenu_page( 'colabsthemes_dummy', 'SEO', 'SEO', 'manage_options', 'co196: $colabseditor = add_submenu_page('colabsthemes', __('Custom File Editor', 'colabsthemes'), 201: $colabsthemepage = add_submenu_page( 'colabsthemes', 'CoLabsFramework Update', 'Updates', 'man205: $colabsthemes_readme_menu_pagehook = file_exists( get_template_directory() . '/README.txt' ) ? add_submenu_page('colabsthemes', __('Readme', 'colabsthemes'), __('Readme',209: $colabsdash = add_submenu_page( 'colabsthemes', 'Theme Info', 'Theme Info', 'manage_optioFile admin-interface.php : 175: $colabspage = add_submenu_page( 'colabsthemes', 'Dashboard', 'Dashboard', 'manage_options181: $colabslayout = add_submenu_page( 'colabsthemes_dummy', 'Layout Settings', 'Layout Settings186: $colabssbm = add_submenu_page( 'colabsthemes', 'Manage Sidebar', 'Manage Sidebar', 'mana191: $colabsseo = add_submenu_page( 'colabsthemes_dummy', 'SEO', 'SEO', 'manage_options', 'co196: $colabseditor = add_submenu_page('colabsthemes', __('Custom File Editor', 'colabsthemes'), 201: $colabsthemepage = add_submenu_page( 'colabsthemes', 'CoLabsFramework Update', 'Updates', 'man205: $colabsthemes_readme_menu_pagehook = file_exists( get_template_directory() . '/README.txt' ) ? add_submenu_page('colabsthemes', __('Readme', 'colabsthemes'), __('Readme',209: $colabsdash = add_submenu_page( 'colabsthemes', 'Theme Info', 'Theme Info', 'manage_optioFile admin-interface.php : 175: $colabspage = add_submenu_page( 'colabsthemes', 'Dashboard', 'Dashboard', 'manage_options181: $colabslayout = add_submenu_page( 'colabsthemes_dummy', 'Layout Settings', 'Layout Settings186: $colabssbm = add_submenu_page( 'colabsthemes', 'Manage Sidebar', 'Manage Sidebar', 'mana191: $colabsseo = add_submenu_page( 'colabsthemes_dummy', 'SEO', 'SEO', 'manage_options', 'co196: $colabseditor = add_submenu_page('colabsthemes', __('Custom File Editor', 'colabsthemes'), 201: $colabsthemepage = add_submenu_page( 'colabsthemes', 'CoLabsFramework Update', 'Updates', 'man205: $colabsthemes_readme_menu_pagehook = file_exists( get_template_directory() . '/README.txt' ) ? add_submenu_page('colabsthemes', __('Readme', 'colabsthemes'), __('Readme',209: $colabsdash = add_submenu_page( 'colabsthemes', 'Theme Info', 'Theme Info', 'manage_optioFile admin-interface.php : 175: $colabspage = add_submenu_page( 'colabsthemes', 'Dashboard', 'Dashboard', 'manage_options181: $colabslayout = add_submenu_page( 'colabsthemes_dummy', 'Layout Settings', 'Layout Settings186: $colabssbm = add_submenu_page( 'colabsthemes', 'Manage Sidebar', 'Manage Sidebar', 'mana191: $colabsseo = add_submenu_page( 'colabsthemes_dummy', 'SEO', 'SEO', 'manage_options', 'co196: $colabseditor = add_submenu_page('colabsthemes', __('Custom File Editor', 'colabsthemes'), 201: $colabsthemepage = add_submenu_page( 'colabsthemes', 'CoLabsFramework Update', 'Updates', 'man205: $colabsthemes_readme_menu_pagehook = file_exists( get_template_directory() . '/README.txt' ) ? add_submenu_page('colabsthemes', __('Readme', 'colabsthemes'), __('Readme',209: $colabsdash = add_submenu_page( 'colabsthemes', 'Theme Info', 'Theme Info', 'manage_optioFile admin-interface.php : 175: $colabspage = add_submenu_page( 'colabsthemes', 'Dashboard', 'Dashboard', 'manage_options181: $colabslayout = add_submenu_page( 'colabsthemes_dummy', 'Layout Settings', 'Layout Settings186: $colabssbm = add_submenu_page( 'colabsthemes', 'Manage Sidebar', 'Manage Sidebar', 'mana191: $colabsseo = add_submenu_page( 'colabsthemes_dummy', 'SEO', 'SEO', 'manage_options', 'co196: $colabseditor = add_submenu_page('colabsthemes', __('Custom File Editor', 'colabsthemes'), 201: $colabsthemepage = add_submenu_page( 'colabsthemes', 'CoLabsFramework Update', 'Updates', 'man205: $colabsthemes_readme_menu_pagehook = file_exists( get_template_directory() . '/README.txt' ) ? add_submenu_page('colabsthemes', __('Readme', 'colabsthemes'), __('Readme',209: $colabsdash = add_submenu_page( 'colabsthemes', 'Theme Info', 'Theme Info', 'manage_optioFile admin-customizer.php : 69: $this->admin_page = add_submenu_page('colabsthemes_dummy', __( 'Customizer Importer', 'colabsth
  9. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : admin-functions.php.
  10. Inapropriate constants : Use of STYLESHEETPATH Constant STYLESHEETPATH was found in the file admin-init.php. get_stylesheet_directory() should be used instead. 47: define('COLABS_CUSTOM', STYLESHEETPATH . '/custom');
  11. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file step3.php. get_template_directory() should be used instead. 72: include_once ( TEMPLATEPATH . '/includes/gateways/gateway.php' );Constant TEMPLATEPATH was found in the file register-process.php. get_template_directory() should be used instead. 32: require_once ( TEMPLATEPATH . '/includes/lib/recaptchalib.php' );Constant TEMPLATEPATH was found in the file theme-widgets.php. get_template_directory() should be used instead. 7: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-tabs.php' );8: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-ad-sidebar.php' );9: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-embed.php' );10: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-flickr.php' );11: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-search.php' );12: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-twitter.php' );13: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-latest-ads.php' );14: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-latest-blog.php' );15: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-list-taxonomy.php' );16: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-googlemaps.php' );17: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-featured-ad.php' );Constant TEMPLATEPATH was found in the file theme-meta.php. get_template_directory() should be used instead. 8: require_once( TEMPLATEPATH . '/includes/' . 'tax-meta-class/tax-meta-class.php');Constant TEMPLATEPATH was found in the file theme-options.php. get_template_directory() should be used instead. 39: $alt_stylesheet_path = TEMPLATEPATH . '/styles/';Constant TEMPLATEPATH was found in the file gateway.php. get_template_directory() should be used instead. 7: include_once( TEMPLATEPATH . '/includes/gateways/paypal/paypal.php' );8: include_once( TEMPLATEPATH . '/includes/gateways/banktransfer/banktransfer.php' );54: // if ( file_exists( TEMPLATEPATH . '/includes/gateways/paypal/paypal.php' ) )55: // include_once( TEMPLATEPATH . '/includes/gateways/paypal/paypal.php' );59: // if ( file_exists( TEMPLATEPATH . '/includes/gateways/banktransfer/banktransfer.php' ) )60: // include_once( TEMPLATEPATH . '/includes/gateways/banktransfer/banktransfer.php' );Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 21: $functions_path = TEMPLATEPATH . '/functions/';22: $includes_path = TEMPLATEPATH . '/includes/';Constant TEMPLATEPATH was found in the file admin-interface-functions.php. get_template_directory() should be used instead. 60: $layoutfile = TEMPLATEPATH . '/includes/theme-options-layout.php'; 96: $filename = TEMPLATEPATH .'/functions/images/icon/'. $colabsthemes_dummy_submenu[2] .'.Constant TEMPLATEPATH was found in the file admin-layout.php. get_template_directory() should be used instead. 6: $layoutfile = TEMPLATEPATH . '/includes/theme-options-layout.php';Constant TEMPLATEPATH was found in the file admin-interface.php. get_template_directory() should be used instead. 179: $layoutfile = TEMPLATEPATH . '/includes/theme-options-layout.php';430: $layoutfile = TEMPLATEPATH . '/includes/theme-options-layout.php';
  12. Deprecated functions : get_category_rss_link get_category_rss_link found in file loop-archive.php. Deprecated since version 2.5. Use get_category_feed_link() instead.7: <header class='entry-header'><h2><span class='fl cat'><?php echo stripslashes( $colabs_options['colabs_archive_general_header'] ); ?> | <?php echo single_cat_title(); ?></span> <span class='fr catrss'><?php $cat_obj = $wp_query->get_queried_object(); $cat_id = $cat_obj->cat_ID; echo '<a href=''; get_category_rss_link(true, $cat, ''); echo ''>'; _e('RSS feed for this sec
  13. Deprecated functions : get_the_author_email get_the_author_email found in file single.php. Deprecated since version 2.8. Use get_the_author_meta(&#39;email&#39;) instead.57: <span class='profile-image'><?php $email = get_the_author_email(); ?>
  14. Deprecated functions : screen_icon screen_icon found in file admin-updates.php. Deprecated since version 3.8.391: <?php screen_icon( 'themes' ); ?>
  15. Deprecated functions : get_all_category_ids get_all_category_ids found in file admin-updates.php. Deprecated since version 4.0.233: $cat_ids = get_all_category_ids();
  16. Deprecated functions : add_object_page add_object_page found in file admin-interface.php. Deprecated since version 4.5. Use add_menu_page instead.166: add_object_page ( 'Page Title', $themename, 'manage_options','colabsthemes'
  17. Deprecated functions : get_bloginfo get_bloginfo('url') was found in the file theme-functions-cl.php. Use home_url() instead.274: echo '<a href='' . get_bloginfo('url') . ''>' . __('Home', 'colabsthemes') . '</a> ' . $delimiget_bloginfo('template_url') was found in the file theme-functions-cl.php. Use get_template_directory_uri() instead.1338: echo '<a href=''. get_permalink() .'' title=''. the_title_attribute('echo=0') .''><img class='attachment-sidebar-thumbnail' alt='' title='' src=''. get_bloginfo('template_url') .'/images/no-thumb-sm.jpg' /></a>';get_bloginfo('url') was found in the file theme-transactions.php. Use home_url() instead.230: <td><strong><?php echo $result->first_name ?> <?php echo $result->last_name ?></strong><br /><a href='<?php if(isset($payer->ID) && $payer) echo get_bloginfo('url').'/wp-admin/user-edit.php?user_id='.$payer->ID; else echget_bloginfo('template_directory') was found in the file theme-transactions.php. Use get_template_directory_uri() instead.149: echo '<a onclick='return confirmBeforeDelete();' href='?page=transactions&amp;action=delete&amp;id='. $result->id .'' title=''. __('Delete', 'colabsthemes') .''><img src=''. get_bloginfo('template_directory') .'/images/close.png' alt=''. __('Delete'243: echo '<a onclick='return confirmBeforeDelete();' href='?page=transactions&amp;action=delete&amp;id='. $result->id .'' title=''. __('Delete', 'colabsthemes') .''><img src=''. get_bloginfo('template_directory') .'/images/close.png' alt=''. __('Delete'get_bloginfo('template_url') was found in the file theme-options.php. Use get_template_directory_uri() instead.84: 'std' => trailingslashit( get_bloginfo('template_url') ) . 'images/logo.png',90: 'std' => trailingslashit( get_bloginfo('template_url') ) . 'images/favicon.png',get_bloginfo('url') was found in the file paypal.php. Use home_url() instead.88: $notify_url = get_bloginfo('url').'/index.php?invoice='.$_POST['oid'];95: $notify_url = get_bloginfo('url').'/index.php?invoice='.get_post_meta( $the_id, 'colabs_sget_bloginfo('url') was found in the file theme-functions.php. Use home_url() instead.55: define('CL_DASHBOARD_URL', get_bloginfo('url').'/'.get_option($colabs_abbr.'_dashboard_url').'/');56: define('CL_PROFILE_URL', get_bloginfo('url').'/'.get_option($colabs_abbr.'_profile_url').'/');57: define('CL_EDIT_URL', get_bloginfo('url').'/'.get_option($colabs_abbr.'_edit_item_url').'/');58: define('CL_ADD_NEW_URL', get_bloginfo('url').'/'.get_option($colabs_abbr.'_add_new_url').'/');59: define('CL_ADD_NEW_CONFIRM_URL', get_bloginfo('url').'/'.get_option($colabs_abbr.'_add_new_confirm_url').'/'172: $homeLink = get_bloginfo('url');get_bloginfo('wpurl') was found in the file colabsthemes-functions.php. Use site_url() instead.543: $wpurl = get_bloginfo('wpurl');get_bloginfo('stylesheet_directory') was found in the file colabsthemes-functions.php. Use get_stylesheet_directory_uri() instead.219: content_css : '<?php echo get_bloginfo('stylesheet_directory'); ?>/style.css',get_bloginfo( 'template_directory') was found in the file admin-medialibrary-uploader.php. Use get_template_directory_uri() instead.120: wp_register_script( 'colabs-medialibrary-uploader', get_bloginfo( 'template_directory').'/functions/js/colabs-medialibrary-uploget_bloginfo( 'url') was found in the file admin-functions.php. Use home_url() instead.986: $blog_key = substr( md5( get_bloginfo( 'url') ), 0, 16 );get_bloginfo( 'template_url') was found in the file admin-functions.php. Use get_template_directory_uri() instead.415: $img_link = '<img src=''. get_bloginfo( 'template_url'). '/functions/timthumb.php?src='. $custom_fielget_bloginfo( 'url') was found in the file admin-functions.php. Use home_url() instead.982: $blog_key = substr( md5( get_bloginfo( 'url') ), 0, 16 );get_bloginfo( 'template_url') was found in the file admin-functions.php. Use get_template_directory_uri() instead.411: $img_link = '<img src=''. get_bloginfo( 'template_url'). '/scripts/timthumb.php?src='. $custom_field
  18. Deprecated functions : bloginfo bloginfo('template_directory') was found in the file template-dashboard.php. Use echo esc_url( get_template_directory_uri() ) instead.260: <?php if ( get_option('colabs_ad_edit') == true ) : ?><a href='<?php echo CL_EDIT_URL; ?>?aid=<?php the_id(); ?>'><img src='<?php bloginfo('template_directory'); ?>/images/pencil.png' title='' alt='' borde261: <a onclick='return confirm_before_delete();' href='<?php echo CL_DASHBOARD_URL; ?>?aid=<?php the_id(); ?>&amp;action=delete' title='<?php _e('Delete Ad', 'colabsthemes'); ?>'><img src='<?php bloginfo('template_directory'); ?>/images/close.png' title='<?php _e('Delet262: <a href='<?php echo CL_DASHBOARD_URL; ?>?aid=<?php the_id(); ?>&amp;action=<?php echo $postaction; ?>'><img src='<?php bloginfo('template_directory'); ?>/images/<?php echo $postimage; ?>' title=bloginfo('url') was found in the file header.php. Use echo esc_url( home_url() ) instead.86: <form action='<?php bloginfo('url'); ?>' method='get' id='searchform' class='form_search advancbloginfo('template_url') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.17: <script src='<?php bloginfo('template_url'); ?>/includes/js/html5shiv.js'></script>22: <link href='<?php bloginfo('template_url'); ?>/includes/css/colabs-css.css' rel='stylesheet' 23: <link href='<?php bloginfo('template_url'); ?>/includes/css/plugins.css' rel='stylesheet' typbloginfo('template_directory') was found in the file theme-membership-packages.php. Use echo esc_url( get_template_directory_uri() ) instead.244: <p style='text-align:center;padding-top:50px;font-size:22px;'><?php _e('Creating your ad package.....','colabsthemes') ?><br /><br /><img src='<?php echo bloginfo('template_directory') ?>/images/loader.gif' alt='' /></p>304: <p style='text-align:center;padding-top:50px;font-size:22px;'><?php _e('Saving your changes.....','colabsthemes') ?><br /><br /><img src='<?php echo bloginfo('template_directory') ?>/images/loader.gif' alt='' /></p>339: <p style='text-align:center;padding-top:50px;font-size:22px;'><?php _e('Deleting ad package.....','colabsthemes') ?><br /><br /><img src='<?php echo bloginfo('template_directory') ?>/images/loader.gif' alt='' /></p>399: <a href='?page=packages&amp;action=editpack&amp;type=ad&amp;id=<?php echo $result->pack_id ?>'><img src='<?php echo bloginfo('template_directory') ?>/images/pencil.png' alt='<?php echo _e('E400: <a onclick='return confirmBeforeDelete();' href='?page=packages&amp;action=delete&amp;id=<?php echo $result->pack_id ?>'><img src='<?php echo bloginfo('template_directory') ?>/images/close.png' alt='<?php echo _e('Del504: <a href='?page=packages&amp;action=editpack&amp;type=membership&amp;id=<?php echo $result->pack_id ?>'><img src='<?php echo bloginfo('template_directory'); ?>/images/pencil.png' alt='<?php echo _e('505: <a onclick='return confirmBeforeDelete();' href='?page=packages&amp;action=delete&amp;id=<?php echo $result->pack_id ?>'><img src='<?php echo bloginfo('template_directory') ?>/images/close.png' alt='<?php echo _e('Delbloginfo( 'wpurl' ) was found in the file theme-functions-cl.php. Use echo esc_url( site_url() ) instead.962: type: 'post',url: '<?php bloginfo( 'wpurl' ); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file theme-actions.php. Use echo esc_url( get_template_directory_uri() ) instead.27: <script type='text/javascript' src='<?php bloginfo('template_directory'); ?>/includes/js/pngfix.js'></script>bloginfo('template_directory') was found in the file theme-transactions.php. Use echo esc_url( get_template_directory_uri() ) instead.21: <p style='text-align:center;padding-top:50px;font-size:22px;'><?php _e('Updating transaction entry.....','colabsthemes') ?><br /><br /><img src='<?php echo bloginfo('template_directory') ?>/images/loader.gif' alt='' /></p>35: <p style='text-align:center;padding-top:50px;font-size:22px;'><?php _e('Updating transaction entry.....','colabsthemes') ?><br /><br /><img src='<?php echo bloginfo('template_directory') ?>/images/loader.gif' alt='' /></p>49: <p style='text-align:center;padding-top:50px;font-size:22px;'><?php _e('Deleting transaction entry.....','colabsthemes') ?><br /><br /><img src='<?php echo bloginfo('template_directory') ?>/images/loader.gif' alt='' /></p>77: <p style='text-align:center;padding-top:50px;font-size:22px;'><?php _e('Activating membership plan.....','colabsthemes') ?><br /><br /><img src='<?php echo bloginfo('template_directory') ?>/images/loader.gif' alt='' /></p>137: <?php if ($result->payer_status == 'verified') { ?><img src='<?php bloginfo('template_directory'); ?>/images/paypal_verified.gif' alt='' title149: echo '<a onclick='return confirmBeforeDelete();' href='?page=transactions&amp;action=delete&amp;id='. $result->id .'' title=''. __('Delete', 'colabsthemes') .''><img src=''. get_bloginfo('template_directory') .'/images/close.png' alt=''. __('Delete', 'c232: <?php if ($result->payer_status == 'verified') { ?><img src='<?php bloginfo('template_directory'); ?>/images/paypal_verified.gif' alt='' title243: echo '<a onclick='return confirmBeforeDelete();' href='?page=transactions&amp;action=delete&amp;id='. $result->id .'' title=''. __('Delete', 'colabsthemes') .''><img src=''. get_bloginfo('template_directory') .'/images/close.png' alt=''. __('Delete', 'cbloginfo('template_directory') was found in the file paypal.php. Use echo esc_url( get_template_directory_uri() ) instead.129: <input type='image' src='<?php bloginfo('template_directory'); ?>/images/paypal.png' name='submit' />bloginfo('template_directory') was found in the file theme-coupon.php. Use echo esc_url( get_template_directory_uri() ) instead.183: <p style='text-align:center;padding-top:50px;font-size:22px;'><?php _e('Creating your coupon.....','colabsthemes') ?><br /><br /><img src='<?php echo bloginfo('template_directory') ?>/images/loader.gif' alt='' /></p>242: <p style='text-align:center;padding-top:50px;font-size:22px;'><?php _e('Saving your changes.....','colabsthemes') ?><br /><br /><img src='<?php echo bloginfo('template_directory') ?>/images/loader.gif' alt='' /></p>275: <p style='text-align:center;padding-top:50px;font-size:22px;'><?php _e('Deleting coupon.....','colabsthemes') ?><br /><br /><img src='<?php echo bloginfo('template_directory') ?>/images/loader.gif' alt='' /></p>338: <a href='?page=coupons&amp;action=editcoupon&amp;id=<?php echo $result->coupon_id ?>'><img src='<?php echo bloginfo('template_directory') ?>/images/pencil.png' alt='<?php echo _e('E339: <a onclick='return confirmBeforeDelete();' href='?page=coupons&amp;action=delete&amp;id=<?php echo $result->coupon_id ?>'><img src='<?php echo bloginfo('template_directory') ?>/images/close.png' alt='<?php echo _e('Delbloginfo("template_directory") was found in the file colabsthemes-functions.php. Use echo esc_url( get_template_directory_uri() ) instead.162: <a href='http://www.colorlabs.com' target='_blank'><img class='' src='<?php echo bloginfo('template_directory') ?>/images/468x60-banner.jpg' border='0' widt
  19. Deprecated functions : get_option get_option('home') was found in the file paypal.php. Use home_url() instead.38: <input type='hidden' name='cancel_return' value='<?php echo esc_url( get_option('home') ); ?>' />get_option('home') was found in the file theme-header.php. Use home_url() instead.37: location.href = '<?php echo get_option('home');?>/?ad_location='+dropdown.options[dropdown.selectedIndeget_option('home') was found in the file theme-functions.php. Use home_url() instead.284: <div class='navcenter gohome'><a href='<?php echo get_option('home');?>'>Back to home</a></div>633: <meta property='og:url' content='<?php echo get_option('home'); ?>' />644: <meta property='og:image' content='<?php $values = get_post_custom_values('Image'); ?><?php echo get_option('home'); ?>/<?php echo $values[0]; ?>'/>get_option('home') was found in the file admin-functions.php. Use home_url() instead.3419: <meta property='og:url' content='<?php echo get_option('home'); ?>' />
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag Ads in style.css header.Found wrong tag two column in style.css header.Found wrong tag theme panel in style.css header.Found wrong tag app in style.css header.
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file template-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file template-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file template-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file template-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file template-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file template-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file template-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file template-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file template-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file template-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file template-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'colabsthemes' in file template-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Photos on flickr' in file widget-colabs-flickr.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file widget-colabs-googlemaps.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Latitude:' in file widget-colabs-googlemaps.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Longitude:' in file widget-colabs-googlemaps.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Width:' in file widget-colabs-googlemaps.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Height:' in file widget-colabs-googlemaps.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Zoom Level: <small>(1-19)</small>' in file widget-colabs-googlemaps.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Map Type:<br /><small>(ROADMAP, SATELLITE, HYBRID, TERRAIN)</small>' in file widget-colabs-googlemaps.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Address for directions:' in file widget-colabs-googlemaps.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Info Bubble Content:' in file widget-colabs-googlemaps.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter' in file widget-colabs-twitter.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'colabsthemes' in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'colabsthemes' in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'colabsthemes' in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'colabsthemes' in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'colabsthemes' in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'colabsthemes' in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'colabsthemes' in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'colabsthemes' in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'colabsthemes' in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-functions-cl.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<p>This is your first Classifier ad listing. It is a placeholder ad just so you can see how it works. Delete this before launching your new classifier ads site.</p>Duis arcu turpis, varius nec sagittis id, ultricies ac arcu. Etiam sagittis rutrum nunc nec viverra. Etiam egestas congue mi vel sollicitudin.</p><p>Vivamus ac libero massa. Cras pellentesque volutpat dictum. Ut blandit dapibus augue, lobortis cursus mi blandit sed. Fusce vulputate hendrerit sapien id aliquet.</p>' in file theme-install.php.Found a translation function that is missing a text-domain. Function __, with the arguments '--' in file step2-membership.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'login_username' in file login-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'colabsthemes' in file step2.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments "colabsthemes" in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '--' in file step-functions.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'your_username' in file register-form.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'your_email' in file register-form.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file theme-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please include the following details when sending the bank transfer. Once your transfer has been verified, we will then approve your ad listing.' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please include the following details when sending the bank transfer. Once your transfer has been verified, we will then activate your membership.' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file theme-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insert into Post' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use this image' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete this image' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cannot delete file. Something\'s wrong.' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Uploaded files' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload new files' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add more files' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select a color' in file tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads Expired Check was executed.' in file theme-gateways.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No categories' in file theme-options.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Search' in file theme-functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pages:' in file template-sitemap.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Post Categories:' in file template-sitemap.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Monthly Archives:' in file template-sitemap.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'RSS Feed :' in file template-sitemap.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Ad Categories:' in file template-sitemap.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Ad Tags:' in file template-sitemap.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Ad Locations:' in file template-sitemap.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CoLabsFramework Internal Container' in file admin-medialibrary-uploader.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload' in file admin-medialibrary-uploader.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are here:' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'g:i a' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Minute %1$s' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'i' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'g a' in file admin-functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'F' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'F' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'j' in file admin-functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Week %1$s' in file admin-functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'W' in file admin-functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'F' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search results for &quot;%1$s&quot;' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404 Not Found' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "I understand that upgrade may overwrite any customizations done to the theme files. \nI have already made a backup of my theme. Click 'OK' to agree." in file admin-update.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<h3>An updated version of %1$s is available.</h3>' in file admin-update.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<p>You can update to <a href="%3$s" class="thickbox">%1$s %2$s</a> automatically.</p><p> To use the automatic update and backup feature, cURL must be enabled on your hosting. If cURL is disabled, please contact your hosting.</p><p>Updating this theme will lose any customizations you have made. We recommend backing up your theme files before updating.</p><p>Please backup your theme by clicking the Backup button before updating your theme. Backup (.zip) will be stored in <code>wp-content/themes/</code>.</p>' in file admin-update.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<p style="margin-top: 30px;"><a class="button" href="%1$s" %2$s >Update Now</a>&nbsp;&nbsp;&nbsp;<a href="%3$s" class="button">Backup</a></p>' in file admin-update.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<h3>You have the latest version of %1$s.</h3><p>&rarr; <a href="%2$s" class="thickbox" title="%1$s">View version %3$s details</a></p>' in file admin-update.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<p>Click the Backup button to back up your theme files. Backup (.zip) will be stored in <code>wp-content/themes/</code></p><p style="margin-top: 30px;"><a class="button" href="%1$s" >Backup</a></p>' in file admin-update.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is a new version of %1$s available. <a href="%2$s" class="thickbox" title="%1$s">View version %3$s details</a> or <a href="%4$s" >update now</a>.' in file admin-update.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have sufficient permissions to update themes for this site.' in file admin-update.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "This account is ineligible for the update. Please <a href='http://colorlabsproject.com/member/signup' target='_blank'>renew your subscription</a> or <a href='", >sign in</a> with a different account., "colabsthemes" in file admin-update.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Framework Settings' in file admin-framework-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are here:' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'g:i a' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Minute %1$s' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'i' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'g a' in file admin-functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'F' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'F' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'j' in file admin-functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Week %1$s' in file admin-functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'W' in file admin-functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'F' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search results for &quot;%1$s&quot;' in file admin-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404 Not Found' in file admin-functions.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are colabsthemes, colabstemes, >sign in</a> with a different account., cp.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  4. Unwanted files : Windows thumbnail storethumbs.db was found.
  5. PHP short tags : Presence of PHP short tagsPHP short tags were found in file single.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.60: <h3><?php _e('About','colabsthemes');?> <a href='<?php echo get_author_posts_ur
  6. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  9. Deprecated functions : force_ssl_loginforce_ssl_login found in file login-process.php. Deprecated since version 4.4. Use force_ssl_admin instead.37: if ( is_ssl() && force_ssl_login() && !force_ssl_admin() && ( 0 !== strpos($redirect_to, 'ht
  10. Deprecated functions : screen_iconscreen_icon found in file admin-updates.php. Deprecated since version 3.8.391: <?php screen_icon( 'themes' ); ?>
  11. 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.
  12. I18N implementation : Proper use of _e(Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $item found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $getad found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $post_meta_val found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $getad found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $post_meta_val found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $posted found in translation function in login-form.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $adCategory found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $adLocation found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $posted found in translation function in register-form.php. Translation function calls should not contain PHP variables. Possible variable $posted found in translation function in register-form.php. Translation function calls should not contain PHP variables. Possible variable $the_value found in translation function in theme-profile.php. Translation function calls should not contain PHP variables. Possible variable $the_value found in translation function in theme-profile.php. Translation function calls should not contain PHP variables. Possible variable $the_value found in translation function in theme-profile.php. Translation function calls should not contain PHP variables. Possible variable $the_display_value found in translation function in theme-profile.php. Translation function calls should not contain PHP variables. Possible variable $the_value found in translation function in theme-profile.php. Translation function calls should not contain PHP variables. Possible variable $themename found in translation function in admin-readme.php. Translation function calls should not contain PHP variables.
  13. I18N implementation : Proper use of ___all(Possible variable $name found in translation function in template-contact.php. Translation function calls should not contain PHP variables. Possible variable $coupon_code_name found in translation function in step2-membership.php. Translation function calls should not contain PHP variables. Possible variable $coupon_code_name found in translation function in step2.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $signin found in translation function in admin-update.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables.
  14. I18N implementation : Proper use of esc_attr___all(Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables. Possible variable $textdomain found in translation function in admin-functions.php. Translation function calls should not contain PHP variables.
  15. I18N implementation : Proper use of esc_attr_e(Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $item found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in template-profile.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $getad found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $post_meta_val found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $posted found in translation function in login-form.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $posted found in translation function in register-form.php. Translation function calls should not contain PHP variables. Possible variable $posted found in translation function in register-form.php. Translation function calls should not contain PHP variables. Possible variable $the_value found in translation function in theme-profile.php. Translation function calls should not contain PHP variables. Possible variable $the_value found in translation function in theme-profile.php. Translation function calls should not contain PHP variables. Possible variable $the_value found in translation function in theme-profile.php. Translation function calls should not contain PHP variables. Possible variable $the_display_value found in translation function in theme-profile.php. Translation function calls should not contain PHP variables. Possible variable $the_value found in translation function in theme-profile.php. Translation function calls should not contain PHP variables.
  16. I18N implementation : Proper use of esc_html_e(Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $getad found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $post_meta_val found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in theme-functions-cl.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $adCategory found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $adLocation found in translation function in step-functions.php. Translation function calls should not contain PHP variables. Possible variable $result found in translation function in step-functions.php. Translation function calls should not contain PHP variables.
  17. CSS files : Presence of license typeLicense: is missing from style.css header.
  18. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  19. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  20. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  21. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  22. 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.
  23. Date and time implementation : Use of date_i18n()At least one hard coded date was found in the file theme-footer.php. Function get_option( 'date_format' ) should be used instead.
  24. Date and time implementation : Use of the_time()At least one hard coded date was found in the file loop-archive.php. Function get_option( 'date_format' ) should be used instead.
  25. Screenshot : Screenshot fileScreenshot size is 300x225px. 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 home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.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 attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  10. Use of includes : Use of include or requireThe theme appears to use include or require : template-profile.php 19: require_once(ABSPATH . 'wp-admin/includes/user.php');21: require_once('../wp-admin/includes/user.php');25: //require_once( ABSPATH . WPINC . '/registration.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 : template-edit-item.php 19: include_once (ABSPATH . 'wp-admin/includes/file.php');20: include_once (ABSPATH . 'wp-admin/includes/image.php');22: include_once ('../wp-admin/includes/file.php');23: include_once ('../wp-admin/includes/image.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template-add-new-confirm.php 90: include_once (TEMPLATEPATH . '/includes/gateways/process.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 : template-member-buy.php 12: include_once (TEMPLATEPATH . '/includes/forms/step-functions.php');66: include_once(TEMPLATEPATH . '/includes/forms/step2-membership.php');96: include_once(TEMPLATEPATH . '/includes/forms/step3-membership.php');108: include_once(TEMPLATEPATH . '/includes/forms/step1-membership.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 : template-dashboard.php 19: include_once (TEMPLATEPATH . '/includes/gateways/paypal/paypal.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 : sidebar-ad.php 94: <?php include_once(TEMPLATEPATH . '/includes/sidebar-contact.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 : template-add-new.php 37: require_once (ABSPATH . 'wp-admin/includes/file.php');38: require_once (ABSPATH . 'wp-admin/includes/image.php');40: require_once ('../wp-admin/includes/file.php');41: require_once ('../wp-admin/includes/image.php');52: include_once (TEMPLATEPATH . '/includes/forms/step-functions.php');131: include_once(TEMPLATEPATH . '/includes/forms/step2.php');135: include_once(TEMPLATEPATH . '/includes/forms/step3.php');142: include_once(TEMPLATEPATH . '/includes/forms/step1.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 : template-member-confirm.php 24: include_once (TEMPLATEPATH . '/includes/forms/step-functions.php');93: include_once (TEMPLATEPATH . '/includes/gateways/process.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 : widget-colabs-latest-blog.php 25: include(TEMPLATEPATH . '/includes/sidebar-blog-posts.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 : theme-functions-cl.php 739: 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-form.php 42: 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 : theme-install.php 54: require_once ('admin-updates.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 : step3-membership.php 17: include_once (TEMPLATEPATH . '/includes/gateways/gateway.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 : step3.php 72: include_once ( TEMPLATEPATH . '/includes/gateways/gateway.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 : register-process.php 28: //require_once( ABSPATH . WPINC . '/registration.php');32: require_once ( TEMPLATEPATH . '/includes/lib/recaptchalib.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 : theme-widgets.php 7: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-tabs.php' );8: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-ad-sidebar.php' );9: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-embed.php' );10: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-flickr.php' );11: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-search.php' );12: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-twitter.php' );13: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-latest-ads.php' );14: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-latest-blog.php' )15: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-list-taxonomy.php'16: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-googlemaps.php' );17: include( TEMPLATEPATH . '/includes/widgets/widget-colabs-featured-ad.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 : theme-login.php 121: include_once(STYLESHEETPATH . '/header.php');123: include_once(TEMPLATEPATH . '/header.php');184: include_once(STYLESHEETPATH . '/footer.php');186: include_once(TEMPLATEPATH . '/footer.php');226: include_once(STYLESHEETPATH . '/header.php');228: include_once(TEMPLATEPATH . '/header.php'); 289: include_once(STYLESHEETPATH . '/footer.php');291: include_once(TEMPLATEPATH . '/footer.php');317: include_once(STYLESHEETPATH . '/header.php');319: include_once(TEMPLATEPATH . '/header.php');379: include_once(STYLESHEETPATH . '/footer.php');381: include_once(TEMPLATEPATH . '/footer.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 : theme-meta.php 8: require_once( TEMPLATEPATH . '/includes/' . 'tax-meta-class/tax-meta-class. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-updates.php 428: include( ABSPATH . '/wp-admin/admin-footer.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 : theme-transactions.php 60: include_once (TEMPLATEPATH . '/includes/forms/step-functions.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 : facebook.php 18: 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 : banktransfer.php 38: include_once (TEMPLATEPATH . '/includes/gateways/process.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 : ipn.php 128: include_once('wp-load.php');129: include_once (TEMPLATEPATH . '/includes/forms/step-functions.php');236: include_once (TEMPLATEPATH . '/includes/gateways/process.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 : gateway.php 7: include_once( TEMPLATEPATH . '/includes/gateways/paypal/paypal.php' );8: include_once( TEMPLATEPATH . '/includes/gateways/banktransfer/banktransfer.55: // include_once( TEMPLATEPATH . '/includes/gateways/paypal/paypal.php' );60: // include_once( TEMPLATEPATH . '/includes/gateways/banktransfer/banktransfer. 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 : theme-functions.php 672: require_once ($includes_path . 'theme-flickr.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 : colabsthemes-functions.php 115: require_once (TEMPLATEPATH . '/includes/lib/recaptchalib.php');540: require_once(ABSPATH . 'wp-includes/class-snoopy.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 : single-ad.php 43: include('includes/gallery.php'); // Photo gallery 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 : timthumb.php 25: if( file_exists(dirname(__FILE__) . '/timthumb-config.php')) require_once('timthumb-config.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-functions.php 2208: include_once(ABSPATH . WPINC . '/feed.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-framework-settings.php 20: include_once(ABSPATH . WPINC . '/feed.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-functions.php 2447: include_once(ABSPATH . WPINC . '/feed.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : dialog-js.php 12: require_once( $url . '/wp-load.php' );36: require_once( $colabs_framework_functions_path . $delimiter . 'admin-functi 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 : dialog.php 10: require_once( $url . '/wp-load.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 : preview-shortcode-external.php 10: require_once( $url . '/wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-init.php 53: require_once ($functions_path . 'admin-functions.php'); // Custom functi54: require_once ($functions_path . 'admin-setup.php'); // Options panel va55: require_once ($functions_path . 'admin-custom.php'); // Cust56: require_once ($functions_path . 'admin-interface.php'); // Admin Interfa57: require_once ($functions_path . 'admin-interface-functions.php'); // Admin 58: require_once ($functions_path . 'admin-framework-settings.php' ); // Framew59: require_once ($functions_path . 'admin-dashboard.php' ); // Dash60: require_once ($functions_path . 'admin-layout.php' ); // Layo61: require_once ($functions_path . 'admin-update.php' ); // Fram62: require_once ($functions_path . 'admin-editor.php' ); // Cust63: require_once ($functions_path . 'admin-seo.php'); // Admin Panel SEO co64: require_once ($functions_path . 'admin-medialibrary-uploader.php'); // Admi65: require_once ($functions_path . 'admin-readme.php'); // Admin Panel Read66: require_once ($functions_path . 'admin-hooks.php'); // Definition of Co67: require_once ($functions_path . 'admin-sbm.php' ); // Framework Sideba68: require_once ($functions_path . 'admin-shortcode-generator.php'); // Admin69: require_once ($functions_path . 'admin-shortcodes.php'); // CoLabs Shortc70: require_once ($functions_path . 'admin-backup.php' ); // Theme Options 71: require_once ($functions_path . 'admin-customizer.php' ); // Theme Custo72: //require_once ($functions_path . 'install-script.php'); // Inst If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-layout.php 7: if( file_exists($layoutfile) ) require_once ( $layoutfile ); // Custom theme layout options23: include_once(ABSPATH . WPINC . '/feed.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-seo.php 20: include_once(ABSPATH . WPINC . '/feed.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-interface.php 288: include_once(ABSPATH . WPINC . '/feed.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes