0
Validation results

Houzez

Houzez

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEhouzez_v1.8.3.zip
  • FILE SIZE7369877 bytes
  • MD5254eab912dfaf7944dd27b755d47cb26
  • SHA156df0c6d06b929434ae156f0b1a75dd365f6e377
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION1.8.3
  • AUTHOR URI
  • TAGSright-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
  • CREATION DATE2019-11-23
  • LAST FILE UPDATE2019-11-23
  • LAST VALIDATION2019-11-23 15:06
  • OTHER VERSIONS

    3.1.0 : 0%

    2.8.1 : 0%

    2.6.1 : 0%

    2.4.0 : 0%

    2.3.3 : 0%

    2.2.3 : 0%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Use of PHP sytem calls Found passthru in file build.php. 23: passthru(Found ->exec in file CurlPost.php. 83: $response = $this->curl->exec($handle);
  3. Security breaches : Use of base64_decode() Found base64_decode in file search-list.php. 6: $search_args_decoded = unserialize( base64_decode( $search_args ) );Found base64_decode in file cron-functions.php. 209: $arguments = unserialize( base64_decode( $houzez_saved_search->query ) );Found base64_decode in file OAuth.php. 202: $decoded_sig = base64_decode($signature);
  4. Security breaches : Use of base64_encode() Found base64_encode in file save-search.php.
     <input type='hidden' name='search_args' value='<?php print base64_encode( serialize( $search_qry ) ); ?>'>
    Found base64_encode in file property_functions.php.
     $encoded_query = base64_encode( serialize( $query_args->query ) );
    Found base64_encode in file OAuth.php.
     return base64_encode(hash_hmac('sha1', $base_string, $key, true));
     return base64_encode($signature);
  5. Malware : Operations on file system file_get_contents was found in the file template-paypal-ipn.php 16: $webhook_data = file_get_contents('php://input');file_get_contents was found in the file emails-functions.php 802: // If file_get_contents() is locked down on your PHP installation to disallowfile_get_contents was found in the file 03-return-page.php 35: $status = @file_get_contents($database);file_put_contents was found in the file 12-new-customer-payment.php 68: file_put_contents($database, $status);file_put_contents was found in the file 04-ideal-payment.php 94: file_put_contents($database, $status);file_put_contents was found in the file 02-webhook-verification.php 60: file_put_contents($database, $status);file_put_contents was found in the file 01-new-payment.php 70: file_put_contents($database, $status);file_put_contents was found in the file 10-oauth-new-payment.php 83: file_put_contents($database, $status);file_put_contents was found in the file 14-recurring-first-payment.php 74: file_put_contents($database, $status);fopen was found in the file FileUploadTest.php 9: $fp = fopen(dirname(__FILE__).'/../data/test.png', 'r');fclose was found in the file FileUploadTest.php 17: fclose($fp);file_get_contents was found in the file build.php 10: $composer = json_decode(file_get_contents('composer.json'), true);file_put_contents was found in the file build.php 13: file_put_contents('composer.json', json_encode($composer));file_get_contents was found in the file PostTest.php 111: function file_get_contents()117: return call_user_func_array('file_get_contents', func_get_args());fwrite was found in the file SocketPost.php 104: $this->socket->fwrite($request);fclose was found in the file SocketPost.php 111: $this->socket->fclose();file_get_contents was found in the file Post.php 68: return file_get_contents(self::SITE_VERIFY_URL, false, $context);fwrite was found in the file Socket.php 59: * fwrite61: * @see http://php.net/fwrite66: public function fwrite($string, $length = null)68: return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $lengtfwrite was found in the file Socket.php 59: * fwrite61: * @see http://php.net/fwrite66: public function fwrite($string, $length = null)68: return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $lengtfclose was found in the file Socket.php 95: * fclose97: * @see http://php.net/fclose100: public function fclose()102: return fclose($this->handle);fclose was found in the file Socket.php 95: * fclose97: * @see http://php.net/fclose100: public function fclose()102: return fclose($this->handle);file_get_contents was found in the file example-captcha.php 82: // If file_get_contents() is locked down on your PHP installation to disallowfile_get_contents was found in the file OAuth.php 272: file_get_contents(self::$POST_INPUT)
  6. Malware : Network operations fsockopen was found in the file emails-functions.php 804: // This makes use of fsockopen() instead.curl_init was found in the file helper_functions.php 4204: $ch = curl_init($signed_url);curl_exec was found in the file helper_functions.php 4207: $data = curl_exec($ch); // Yelp responsecurl_init was found in the file Client.php 338: $this->ch = curl_init();curl_exec was found in the file Client.php 389: $body = curl_exec($this->ch);400: $body = curl_exec($this->ch);curl_exec was found in the file Client.php 389: $body = curl_exec($this->ch);400: $body = curl_exec($this->ch);curl_init was found in the file TwocheckoutApi.php 24: $ch = curl_init($url);curl_exec was found in the file TwocheckoutApi.php 46: $resp = curl_exec($ch);curl_init was found in the file class.paypal.recurring.php 61: $ch = curl_init();161: $ch = curl_init();237: $ch = curl_init();309: $ch = curl_init();curl_exec was found in the file class.paypal.recurring.php 79: $httpResponse = curl_exec($ch);179: $httpResponse = curl_exec($ch);255: $httpResponse = curl_exec($ch);328: $httpResponse = curl_exec($ch);curl_init was found in the file class.paypal.recurring.php 61: $ch = curl_init();161: $ch = curl_init();237: $ch = curl_init();309: $ch = curl_init();curl_exec was found in the file class.paypal.recurring.php 79: $httpResponse = curl_exec($ch);179: $httpResponse = curl_exec($ch);255: $httpResponse = curl_exec($ch);328: $httpResponse = curl_exec($ch);curl_init was found in the file class.paypal.recurring.php 61: $ch = curl_init();161: $ch = curl_init();237: $ch = curl_init();309: $ch = curl_init();curl_exec was found in the file class.paypal.recurring.php 79: $httpResponse = curl_exec($ch);179: $httpResponse = curl_exec($ch);255: $httpResponse = curl_exec($ch);328: $httpResponse = curl_exec($ch);curl_init was found in the file class.paypal.recurring.php 61: $ch = curl_init();161: $ch = curl_init();237: $ch = curl_init();309: $ch = curl_init();curl_exec was found in the file class.paypal.recurring.php 79: $httpResponse = curl_exec($ch);179: $httpResponse = curl_exec($ch);255: $httpResponse = curl_exec($ch);328: $httpResponse = curl_exec($ch);curl_init was found in the file CurlClient.php 113: $curl = curl_init();curl_exec was found in the file CurlClient.php 188: $rbody = curl_exec($curl);206: $rbody = curl_exec($curl);curl_exec was found in the file CurlClient.php 188: $rbody = curl_exec($curl);206: $rbody = curl_exec($curl);curl_init was found in the file Curl.php 36: * @see http://php.net/curl_init42: return curl_init($url);curl_exec was found in the file Curl.php 57: * @see http://php.net/curl_exec63: return curl_exec($ch);fsockopen was found in the file SocketPost.php 33: * Sends a POST request to the reCAPTCHA service, but makes use of fsockopen()91: if (false === $this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30)) {fsockopen was found in the file SocketPost.php 33: * Sends a POST request to the reCAPTCHA service, but makes use of fsockopen()91: if (false === $this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30)) {fsockopen was found in the file Socket.php 38: * fsockopen40: * @see http://php.net/fsockopen48: public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = nul50: $this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get('fsockopen was found in the file Socket.php 38: * fsockopen40: * @see http://php.net/fsockopen48: public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = nul50: $this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get('fsockopen was found in the file example-captcha.php 84: // This makes use of fsockopen() instead.curl_init was found in the file WalkScore.php 37: $curlHandler = curl_init();curl_exec was found in the file WalkScore.php 42: curl_exec($curlHandler);curl_init was found in the file yelpoauth.php 51: $curl = curl_init();curl_exec was found in the file yelpoauth.php 70: $response = curl_exec($curl);curl_init was found in the file yelpoauth_old.php 48: $curl = curl_init();108: $curl = curl_init();curl_exec was found in the file yelpoauth_old.php 74: $response = curl_exec($curl);127: $response = curl_exec($curl);curl_init was found in the file yelpoauth_old.php 48: $curl = curl_init();108: $curl = curl_init();curl_exec was found in the file yelpoauth_old.php 74: $response = curl_exec($curl);127: $response = curl_exec($curl);curl_init was found in the file twitteroauth.php 203: $ci = curl_init();curl_exec was found in the file twitteroauth.php 229: $response = curl_exec($ci);
  7. Admin menu : Themes should use add_theme_page() for adding admin pages. File fave-options.php : 88: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters
  8. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : functions.php.
  9. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was floor-plans.php.zip invoice-detail.php.zip archive.zip.
Warning
  1. 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 user_dashboard_invoices.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file energy-efficiency.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file energy-efficiency.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file energy-efficiency.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file energy-efficiency.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file energy-efficiency.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file energy-efficiency.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file energy-efficiency.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file energy-efficiency.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file desktop-type2.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file mobile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file half-map.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file desktop.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file description-price.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file description-price.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file description-price.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file description-price.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'If "Yes" then only logged in user can view property details.' in file houzez-meta-boxes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Select Energy Class' in file houzez-meta-boxes.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file houzez-advanced-search.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 houzez, homey, tgmpa.
  2. Cdn : Use of CDNFound the URL of a CDN in the code: code.jquery.com/jquery-. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  3. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  4. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  5. 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.
  6. I18N implementation : Proper use of _e(Possible variable $table_class found in translation function in user_dashboard_invoices.php. Translation function calls should not contain PHP variables. Possible variable $energy_class found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $energy_global_index found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $renewable_energy_index found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $energy_performance found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $energy_class found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $energy_global_index found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $renewable_energy_index found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $energy_performance found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $field_title found in translation function in desktop-type2.php. Translation function calls should not contain PHP variables. Possible variable $field_title found in translation function in mobile.php. Translation function calls should not contain PHP variables. Possible variable $field_title found in translation function in half-map.php. Translation function calls should not contain PHP variables. Possible variable $field_title found in translation function in desktop.php. Translation function calls should not contain PHP variables. Possible variable $currency found in translation function in description-price.php. Translation function calls should not contain PHP variables. Possible variable $currency found in translation function in description-price.php. Translation function calls should not contain PHP variables. Possible variable $currency found in translation function in description-price.php. Translation function calls should not contain PHP variables. Possible variable $currency found in translation function in description-price.php. Translation function calls should not contain PHP variables. Possible variable $field_title found in translation function in houzez-advanced-search.php. Translation function calls should not contain PHP variables.
  7. I18N implementation : Proper use of esc_attr_e(Possible variable $table_class found in translation function in user_dashboard_invoices.php. Translation function calls should not contain PHP variables. Possible variable $energy_class found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $energy_global_index found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $renewable_energy_index found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $energy_performance found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $energy_class found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $energy_global_index found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $renewable_energy_index found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $energy_performance found in translation function in energy-efficiency.php. Translation function calls should not contain PHP variables. Possible variable $field_title found in translation function in desktop-type2.php. Translation function calls should not contain PHP variables. Possible variable $field_title found in translation function in mobile.php. Translation function calls should not contain PHP variables. Possible variable $field_title found in translation function in half-map.php. Translation function calls should not contain PHP variables. Possible variable $field_title found in translation function in desktop.php. Translation function calls should not contain PHP variables. Possible variable $currency found in translation function in description-price.php. Translation function calls should not contain PHP variables. Possible variable $currency found in translation function in description-price.php. Translation function calls should not contain PHP variables. Possible variable $currency found in translation function in description-price.php. Translation function calls should not contain PHP variables. Possible variable $currency found in translation function in description-price.php. Translation function calls should not contain PHP variables. Possible variable $field_title found in translation function in houzez-advanced-search.php. Translation function calls should not contain PHP variables.
  8. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  9. Date and time implementation : Use of date_i18n()At least one hard coded date was found in the file property-expirator.php. Function get_option( 'date_format' ) should be used instead.
  10. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in favicon-apple-icons.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.php.
  10. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  11. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  12. Use of includes : Use of include or requireThe theme appears to use include or require : template-stripe-charge.php 10: require_once( get_template_directory() . '/framework/stripe-php/init.php' )37: require_once (ABSPATH . '/wp-admin/includes/file.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template-2checkout.php 29: require_once( get_template_directory() . '/framework/2checkout/lib/Twocheck 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-mollie.php 10: require_once( get_template_directory() . '/framework/mollie-api-php/src/Mol 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 : db-update.php 31: require_once( ABSPATH . 'wp-admin/includes/upgrade.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : membership-functions.php 188: require_once( get_template_directory() . '/framework/2checkout/lib/Twocheck479: require_once( get_template_directory() . '/framework/2checkout/lib/Twocheck757: require_once( get_template_directory() . '/framework/stripe-php/init.php' )808: require_once( get_template_directory() . '/framework/stripe-php/init.php' )889: require_once( get_template_directory() . '/framework/stripe-php/init.php' )969: require_once(get_template_directory() . '/framework/stripe-php/init.php');1454: require_once( get_template_directory() . '/framework/mollie-api-php/src/Mol2318: require( get_template_directory() . '/framework/paypal-recurring/class.payp2591: require_once( get_template_directory() . '/framework/stripe-php/init.php' )2625: require_once( get_template_directory() . '/framework/stripe-php/init.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 : emails-functions.php 795: include_once( get_template_directory() . '/framework/recaptcha/src/autoloa 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 : 11-new-customer.php 11: 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 : 12-new-customer-payment.php 11: 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 : 08-oauth-list-profiles.php 11: 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 : 07-refund-payment.php 12: 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 : 19-update-profile.php 11: 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 : 06-list-activated-methods.php 13: 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 : 15-recurring-payment.php 11: 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 : 04-ideal-payment.php 13: 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 : 02-webhook-verification.php 12: 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 : 01-new-payment.php 13: 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 : 10-oauth-new-payment.php 11: 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 : 21-reset-apikey.php 11: 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 : 17-cancel-subscription.php 11: 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 : 09-oauth-list-settlements.php 11: 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 : 14-recurring-first-payment.php 11: 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 : 16-recurring-subscription.php 11: 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 : 13-customer-payments-history.php 13: 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 : 20-list-apikeys.php 11: 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 : 05-payments-history.php 13: 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 : 18-update-customer.php 11: 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 : Twocheckout.php 55: require(dirname(__FILE__) . '/Twocheckout/Api/TwocheckoutAccount.php');56: require(dirname(__FILE__) . '/Twocheckout/Api/TwocheckoutPayment.php');57: require(dirname(__FILE__) . '/Twocheckout/Api/TwocheckoutApi.php');58: require(dirname(__FILE__) . '/Twocheckout/Api/TwocheckoutSale.php');59: require(dirname(__FILE__) . '/Twocheckout/Api/TwocheckoutProduct.php');60: require(dirname(__FILE__) . '/Twocheckout/Api/TwocheckoutCoupon.php');61: require(dirname(__FILE__) . '/Twocheckout/Api/TwocheckoutOption.php');62: require(dirname(__FILE__) . '/Twocheckout/Api/TwocheckoutUtil.php');63: require(dirname(__FILE__) . '/Twocheckout/Api/TwocheckoutError.php');64: require(dirname(__FILE__) . '/Twocheckout/TwocheckoutReturn.php');65: require(dirname(__FILE__) . '/Twocheckout/TwocheckoutNotification.php');66: require(dirname(__FILE__) . '/Twocheckout/TwocheckoutCharge.php');67: require(dirname(__FILE__) . '/Twocheckout/TwocheckoutMessage.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 : init.php 4: require(dirname(__FILE__) . '/lib/Stripe.php');7: require(dirname(__FILE__) . '/lib/Util/AutoPagingIterator.php');8: require(dirname(__FILE__) . '/lib/Util/LoggerInterface.php');9: require(dirname(__FILE__) . '/lib/Util/DefaultLogger.php');10: require(dirname(__FILE__) . '/lib/Util/RequestOptions.php');11: require(dirname(__FILE__) . '/lib/Util/Set.php');12: require(dirname(__FILE__) . '/lib/Util/Util.php');15: require(dirname(__FILE__) . '/lib/HttpClient/ClientInterface.php');16: require(dirname(__FILE__) . '/lib/HttpClient/CurlClient.php');19: require(dirname(__FILE__) . '/lib/Error/Base.php');20: require(dirname(__FILE__) . '/lib/Error/Api.php');21: require(dirname(__FILE__) . '/lib/Error/ApiConnection.php');22: require(dirname(__FILE__) . '/lib/Error/Authentication.php');23: require(dirname(__FILE__) . '/lib/Error/Card.php');24: require(dirname(__FILE__) . '/lib/Error/InvalidRequest.php');25: require(dirname(__FILE__) . '/lib/Error/Permission.php');26: require(dirname(__FILE__) . '/lib/Error/RateLimit.php');27: require(dirname(__FILE__) . '/lib/Error/SignatureVerification.php');30: require(dirname(__FILE__) . '/lib/Error/OAuth/OAuthBase.php');31: require(dirname(__FILE__) . '/lib/Error/OAuth/InvalidClient.php');32: require(dirname(__FILE__) . '/lib/Error/OAuth/InvalidGrant.php');33: require(dirname(__FILE__) . '/lib/Error/OAuth/InvalidRequest.php');34: require(dirname(__FILE__) . '/lib/Error/OAuth/InvalidScope.php');35: require(dirname(__FILE__) . '/lib/Error/OAuth/UnsupportedGrantType.php');36: require(dirname(__FILE__) . '/lib/Error/OAuth/UnsupportedResponseType.php')39: require(dirname(__FILE__) . '/lib/ApiResponse.php');40: require(dirname(__FILE__) . '/lib/JsonSerializable.php');41: require(dirname(__FILE__) . '/lib/StripeObject.php');42: require(dirname(__FILE__) . '/lib/ApiRequestor.php');43: require(dirname(__FILE__) . '/lib/ApiResource.php');44: require(dirname(__FILE__) . '/lib/SingletonApiResource.php');45: require(dirname(__FILE__) . '/lib/AttachedObject.php');46: require(dirname(__FILE__) . '/lib/ExternalAccount.php');49: require(dirname(__FILE__) . '/lib/Account.php');50: require(dirname(__FILE__) . '/lib/AlipayAccount.php');51: require(dirname(__FILE__) . '/lib/ApplePayDomain.php');52: require(dirname(__FILE__) . '/lib/ApplicationFee.php');53: require(dirname(__FILE__) . '/lib/ApplicationFeeRefund.php');54: require(dirname(__FILE__) . '/lib/Balance.php');55: require(dirname(__FILE__) . '/lib/BalanceTransaction.php');56: require(dirname(__FILE__) . '/lib/BankAccount.php');57: require(dirname(__FILE__) . '/lib/BitcoinReceiver.php');58: require(dirname(__FILE__) . '/lib/BitcoinTransaction.php');59: require(dirname(__FILE__) . '/lib/Card.php');60: require(dirname(__FILE__) . '/lib/Charge.php');61: require(dirname(__FILE__) . '/lib/Collection.php');62: require(dirname(__FILE__) . '/lib/CountrySpec.php');63: require(dirname(__FILE__) . '/lib/Coupon.php');64: require(dirname(__FILE__) . '/lib/Customer.php');65: require(dirname(__FILE__) . '/lib/Dispute.php');66: require(dirname(__FILE__) . '/lib/EphemeralKey.php');67: require(dirname(__FILE__) . '/lib/Event.php');68: require(dirname(__FILE__) . '/lib/FileUpload.php');69: require(dirname(__FILE__) . '/lib/Invoice.php');70: require(dirname(__FILE__) . '/lib/InvoiceItem.php');71: require(dirname(__FILE__) . '/lib/LoginLink.php');72: require(dirname(__FILE__) . '/lib/Order.php');73: require(dirname(__FILE__) . '/lib/OrderReturn.php');74: require(dirname(__FILE__) . '/lib/Payout.php');75: require(dirname(__FILE__) . '/lib/Plan.php');76: require(dirname(__FILE__) . '/lib/Product.php');77: require(dirname(__FILE__) . '/lib/Recipient.php');78: require(dirname(__FILE__) . '/lib/RecipientTransfer.php');79: require(dirname(__FILE__) . '/lib/Refund.php');80: require(dirname(__FILE__) . '/lib/SKU.php');81: require(dirname(__FILE__) . '/lib/Source.php');82: require(dirname(__FILE__) . '/lib/Subscription.php');83: require(dirname(__FILE__) . '/lib/SubscriptionItem.php');84: require(dirname(__FILE__) . '/lib/ThreeDSecure.php');85: require(dirname(__FILE__) . '/lib/Token.php');86: require(dirname(__FILE__) . '/lib/Transfer.php');87: require(dirname(__FILE__) . '/lib/TransferReversal.php');90: require(dirname(__FILE__) . '/lib/OAuth.php');93: require(dirname(__FILE__) . '/lib/Webhook.php');94: require(dirname(__FILE__) . '/lib/WebhookSignature.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 : oauth.php 3: require('../init.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 : twitteroauth.php 11: require_once('OAuth.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