0
Validation results

Ask me

Ask me

WordPress 6.5.2 theme
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 @popen in file PHPMailer.php. 1571: $mail = @popen($sendmail, 'w');1594: $mail = @popen($sendmail, 'w');Found passthru in file build.php. 23: passthru(
  3. Security breaches : Modification of PHP server settings Found ini_set in file PHPMailer.php. 1704: ini_set('sendmail_from', $this->Sender);1717: ini_set('sendmail_from', $old_from);
  4. Security breaches : Use of base64_decode() Found base64_decode in file PHPMailer.php. 3756: $data = base64_decode($match[3]);Found base64_decode in file SMTP.php. 518: $challenge = base64_decode(substr($this->last_reply, 4));
  5. Security breaches : Use of base64_encode() Found base64_encode in file PHPMailer.php.
     return str_replace(['=', '+', '/'], '', base64_encode(hash('sha256', $bytes, true)));
     base64_encode($str),
     $encoded = base64_encode($str);
     $chunk = base64_encode($chunk);
     return base64_encode($signature);
     $DKIMb64 = base64_encode(pack('H*', hash('sha256', $body))); // Base64 of packed binar
    Found base64_encode in file OAuth.php.
     return base64_encode(
    Found base64_encode in file SMTP.php.
     base64_encode('\0' . $username . '\0' . $password),
     if (!$this->sendCommand('Username', base64_encode($username), 334)) {
     if (!$this->sendCommand('Password', base64_encode($password), 235)) {
     return $this->sendCommand('Username', base64_encode($response), 235);
    Found base64_encode in file main_functions.php.
     $toSend 	 = base64_encode($credentials);
     $toSend 	 = base64_encode($credentials);
  6. Unwanted files : hidden file(s) or folder(s) .github .travis.yml .gitignore .coveralls.yml was found.
  7. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width="'.$video_description_width.'" height="'.$video_description_height.'" src="'.$type.'"> in file question.php. 209: $las_video = '<div class='question-video-loop'.($video_desc_100_loop == 1?' question-video-loop-100':'').($video_desc_loop == 'after'?' question-video-loop-after':'').''><iframe width=''.$video_description_width.'' height=''.$video_description_hFound <iframe frameborder="0" allowfullscreen height="'.$video_height.'" src="'.$type.'"> in file header.php. 917: echo '<iframe frameborder='0' allowfullscreen height=''.$video_height.'' src=''.$Found <iframe height="600" src="'.$type.'"> in file head.php. 47: echo '<iframe height='600' src=''.$type.''></iframe>';Found <iframe frameborder="0" allowfullscreen width="'.$video_answer_width.'" height="'.$video_answer_height.'" src="'.$type.'"> in file answers.php. 156: $las_video = '<div class='question-video-loop answer-video'.($video_answer_100 == 1?' question-video-loop-100':'').($video_answer_position == 'after'?' question-video-loop-after':'').''><iframe frameborder='0' allowfullscreen width=''.$video_answer_width.'' heiFound <iframe height="600" src="'.$type.'"> in file single-question.php. 330: $las_video = '<div class='question-video'><iframe height='600' src=''.$type.''></iframe></div>';Found <iframe frameborder="0" allowfullscreen width="'.$video_answer_width.'" height="'.$video_answer_height.'" src="'.$type.'"> in file main_functions.php. 862: $las_video = '<div class='question-video-loop answer-video'.($video_answer_100 == 1?' question-video-loop-100':'').($video_answer_position == 'after'?' question-video-loop-after':'').''><iframe frameborder='0' allowfullscreen width=''.$video_answer_width.'' heiFound <iframe height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=egypt&amp;hl=en&amp;sll=26.820553,30.802498&amp;sspn=16.874794,19.753418&amp;hnear=Egypt&amp;t=m&amp;z=6&amp;output=embed"> in file meta_box.php. 173: 'std' => '<iframe height='400' frameborder='0' scrolling='no' marginheight='0' marginFound <iframe '.$width.' height="'.$height.'" src="'.$type.'"> in file video.php. 43: echo '<div class='video_embed'><iframe '.$width.' height=''.$height.'' src=''.$type.''></iframe></div>';
  8. Malware : Operations on file system fclose was found in the file POP3.php 314: @fclose($this->pop_conn);fwrite was found in the file POP3.php 351: return fwrite($this->pop_conn, $string, strlen($string));fwrite was found in the file PHPMailer.php 1575: fwrite($mail, 'To: ' . $toAddr . '\n');1576: fwrite($mail, $header);1577: fwrite($mail, $body);1598: fwrite($mail, $header);1599: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1575: fwrite($mail, 'To: ' . $toAddr . '\n');1576: fwrite($mail, $header);1577: fwrite($mail, $body);1598: fwrite($mail, $header);1599: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1575: fwrite($mail, 'To: ' . $toAddr . '\n');1576: fwrite($mail, $header);1577: fwrite($mail, $body);1598: fwrite($mail, $header);1599: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1575: fwrite($mail, 'To: ' . $toAddr . '\n');1576: fwrite($mail, $header);1577: fwrite($mail, $body);1598: fwrite($mail, $header);1599: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1575: fwrite($mail, 'To: ' . $toAddr . '\n');1576: fwrite($mail, $header);1577: fwrite($mail, $body);1598: fwrite($mail, $header);1599: fwrite($mail, $body);file_put_contents was found in the file PHPMailer.php 2651: if (false === file_put_contents($file, $body)) {file_get_contents was found in the file PHPMailer.php 2677: $body = file_get_contents($signed);2997: $file_buffer = file_get_contents($path);4203: file_get_contents($this->DKIM_private);file_get_contents was found in the file PHPMailer.php 2677: $body = file_get_contents($signed);2997: $file_buffer = file_get_contents($path);4203: file_get_contents($this->DKIM_private);file_get_contents was found in the file PHPMailer.php 2677: $body = file_get_contents($signed);2997: $file_buffer = file_get_contents($path);4203: file_get_contents($this->DKIM_private);fclose was found in the file SMTP.php 622: fclose($this->smtp_conn);fwrite was found in the file SMTP.php 1024: $result = fwrite($this->smtp_conn, $data);file_get_contents was found in the file functions.php 1046: $contents = @file_get_contents($url);fclose was found in the file paypal.class.php 209: fclose($fp); // close connection254: fclose($fp); // close filefopen was found in the file paypal.class.php 251: $fp = fopen($this->ipn_log_file,'a');fwrite was found in the file paypal.class.php 252: fwrite($fp, $text . '\n\n'); fclose was found in the file paypal.class.php 209: fclose($fp); // close connection254: fclose($fp); // close filefile_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));
  9. Malware : Network operations fsockopen was found in the file POP3.php 225: //Rather than suppress it with @fsockopen, capture it cleanly instead233: $this->pop_conn = fsockopen(fsockopen was found in the file SMTP.php 330: //Fall back to fsockopen which should work in more places, but is missing some features332: 'Connection: stream_socket_client not available, falling back to fsockopen',336: $this->smtp_conn = fsockopen(fsockopen was found in the file paypal.class.php 185: $fp = fsockopen($url_parsed[host],'80',$err_num,$err_str,30); 190: $this->last_error = 'fsockopen error no. $errnum: $errstr';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);
  10. Admin menu : Themes should use add_theme_page() for adding admin pages. File options.php : 4323: 'id' => 'add_post_page',File main_functions.php : 1983: $all_save['add_post_page'] = $add_post;File register_post.php : 1436: $vpanel_page = add_menu_page('Reports', 'Reports '.($count_lasts > 0?'<span class='count_r1446: add_menu_page('Payments', 'Payments '.($new_payments > 0?'<span class='counFile register_post.php : 1437: add_submenu_page( 'r_questions', 'Questions', 'Questions '.($count_report_n1438: add_submenu_page( 'r_questions', 'Answers', 'Answers '.($count_report_answeFile register_post.php : 1437: add_submenu_page( 'r_questions', 'Questions', 'Questions '.($count_report_n1438: add_submenu_page( 'r_questions', 'Answers', 'Answers '.($count_report_answeFile register_post.php : 1436: $vpanel_page = add_menu_page('Reports', 'Reports '.($count_lasts > 0?'<span class='count_r1446: add_menu_page('Payments', 'Payments '.($new_payments > 0?'<span class='counFile class-options-framework-admin.php : 80: add_menu_page('Ask Me Settings', 'Ask Me' ,'install_themes', 'options' , arFile buttons.php : 27: $button_link = get_page_link(vpanel_options('add_post_page'));
  11. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : main_functions.php.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag answers in style.css header.Found wrong tag css3 in style.css header.Found wrong tag html5 in style.css header.Found wrong tag icons in style.css header.Found wrong tag jquery in style.css header.Found wrong tag q & a in style.css header.Found wrong tag questions in style.css header.Found wrong tag responsive in style.css header.Found wrong tag retina ready in style.css header.Found wrong tag slider in style.css header.
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file cart-totals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file review.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Coupon ", %s, " applied successfully." in file question.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Coupon ", %s, " applied successfully.", "vbegy" in file question.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Coupon ", %s, " does not exist!." in file question.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Coupon ", %s, " does not exist!.", "vbegy" in file question.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Your transaction id ", , Please copy it., "vbegy" in file payment.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Coupon ", %s, " applied successfully." in file single-question.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Coupon ", %s, " applied successfully.", "vbegy" in file single-question.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Coupon ", %s, " does not exist!." in file single-question.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Coupon ", %s, " does not exist!.", "vbegy" in file single-question.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (Invalid)' in file menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (Pending)' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'sub item' in file menu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move up' in file menu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move down' in file menu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Edit Menu Item' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'URL' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Navigation Label' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title Attribute' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Open link in a new window/tab' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CSS Classes (optional)' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Link Relationship (XFN)' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The description will be displayed in the menu if the current theme supports it.' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Move' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Up one' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Down one' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'To the top' in file menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Original: %s' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Stick this question' in file register_post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sticky' in file register_post.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 vbegy, woocommerce, %s, , Please copy it., meta-box.
  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 directories : GIT revision control directoryA.git was found.
  5. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  6. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  7. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  8. I18N implementation : Proper use of ___all(Possible variable $item_transaction found in translation function in payment.php. Translation function calls should not contain PHP variables.
  9. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  10. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  11. Date and time implementation : Use of the_time()At least one hard coded date was found in the file post.php. Function get_option( 'date_format' ) should be used instead.
  12. Screenshot : Screenshot fileScreenshot size is 600x450px. 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 functions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file functions_ask.php.2964: <div class='submitbox'><a href='#' class='submitdelete delete-comment-answer' data-div-id='delete_reason' data-id='<?php echo esc_attr($comment->comment_ID);?>' data-action='delete_comment_answer' data-location='<?php echo esc_url(($answer_question == 'question'?admin_url( 'edit-comments.php?comment_status=all&answers=1'):admin_url( 'edit-comments.php?comment_status=all&comments=1')))?>'>Delete?</a></div>2991: $status_links['comments'] = '<a href='edit-comments.php?comment_status=all&comments=1''.(isset($_GET['comments'])2964: <div class='submitbox'><a href='#' class='submitdelete delete-comment-answer' data-div-id='delete_reason' data-id='<?php echo esc_attr($comment->comment_ID);?>' data-action='delete_comment_answer' data-location='<?php echo esc_url(($answer_question == 'question'?admin_url( 'edit-comments.php?comment_status=all&answers=1'):admin_url( 'edit-comments.2992: $status_links['answers'] = '<a href='edit-comments.php?comment_status=all&answers=1''.(isset($_GET['answers'])?'Possible hard-coded links were found in the file options.php.883: 'name' => esc_html__('Go to the page and add new page template <a href='post-new.php?post_type=page'>from here</a>, Choose the template page (Home)2725: 'name' => sprintf(esc_html__('You can get the reCaptcha site and secret keys from: %s','vbegy'),'<a href='https://www.google.com/recaptcha/admin/' target='_blank'>'.esc_html__('here2743: 'name' => sprintf(esc_html__('You can get the reCaptcha langauge code from: %s','vbegy'),'<a href='https://developers.google.com/recaptcha/docs/language/' target='_blank'>'.ePossible hard-coded links were found in the file core.php.40: $links[] = '<a href='https://metabox.io/docs/'>' . __( 'Documentation', 'meta-box' ) . '</a>';41: $links[] = '<a href='https://metabox.io/plugins/'>' . __( 'Extensions', 'meta-box' ) . '</a>';Possible hard-coded links were found in the file class-options-framework-admin.php.172: <a href='https://themeforest.net/item/ask-me-responsive-questions-answers-wordpress/
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Use of includes : Use of include or requireThe theme appears to use include or require : template-user_followed_questions.php 20: include (get_template_directory() . '/includes/author-head.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 : taxonomy-question_tags.php 19: include('sticky-question.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 : search.php 17: <?php include( get_template_directory() . '/includes/search.php' );23: include( get_template_directory() . '/includes/content-search.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-user_posts.php 23: include (get_template_directory() . '/includes/author-head.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-user_polls.php 16: include (get_template_directory() . '/includes/author-head.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 : functions_ask.php 887: require_once(ABSPATH . 'wp-admin' . '/includes/file.php'); 888: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');942: require_once(ABSPATH . 'wp-admin' . '/includes/file.php'); 943: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');963: require_once(ABSPATH . 'wp-admin' . '/includes/file.php'); 964: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');1530: require_once(ABSPATH . 'wp-admin/includes/file.php');1531: require_once(ABSPATH . 'wp-admin/includes/image.php');1799: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');1800: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');2310: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');2311: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');2435: require_once(ABSPATH . 'wp-admin/includes/image.php');2436: require_once(ABSPATH . 'wp-admin/includes/file.php');2633: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');2634: 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 : register.php 239: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');240: require_once(ABSPATH . '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 : profile.php 239: require_once(ABSPATH . 'wp-admin/includes/user.php');240: require_once(ABSPATH . 'wp-admin/includes/image.php');241: 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 : question.php 271: include('includes/answers.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-asked_question.php 18: include (get_template_directory() . '/includes/author-head.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-tags.php 10: include( get_template_directory() . '/includes/tags.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-user_points.php 22: include (get_template_directory() . '/includes/author-head.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 : author.php 3: include (get_template_directory() . '/includes/author-head.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 : sticky-question.php 18: include ('question.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-user_best_answer.php 16: include (get_template_directory() . '/includes/author-head.php');53: include('includes/answers.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 : loop-question.php 11: include ('question.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 : get_oauth_token.php 59: require 'vendor/autoload.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-answer_follow.php 20: include (get_template_directory() . '/includes/author-head.php');66: include('includes/answers.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-users.php 13: include( get_template_directory() . '/includes/users.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-user_answer.php 16: include (get_template_directory() . '/includes/author-head.php');53: include('includes/answers.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-user_question.php 16: include (get_template_directory() . '/includes/author-head.php');?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post.php 24: include (get_template_directory() . '/includes/head.php');?>50: include (get_template_directory() . '/includes/head.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-post_follow.php 20: include (get_template_directory() . '/includes/author-head.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 : header.php 439: include('includes/notification.php');477: <?php include('includes/social.php');?>563: <?php include('includes/social.php');?>596: include('includes/notification.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-comments.php 39: include('includes/answers.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-search.php 19: include( get_template_directory() . '/includes/search.php' );25: include( get_template_directory() . '/includes/content-search.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-user_favorite_questions.php 20: include (get_template_directory() . '/includes/author-head.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-comment_follow.php 20: include (get_template_directory() . '/includes/author-head.php');60: include('includes/answers.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 : taxonomy-question-category.php 20: include('sticky-question.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 : archive-question.php 6: include('sticky-question.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-user_comments.php 16: include (get_template_directory() . '/includes/author-head.php');48: include('includes/answers.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-user_paid_question.php 16: include (get_template_directory() . '/includes/author-head.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 : footer.php 170: <?php include('includes/social.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-recent.php 6: include('sticky-question.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 : index.php 16: include( get_template_directory() . '/includes/home.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 : tags.php 78: include( get_template_directory() . '/includes/tags-results.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 : comments.php 33: include( get_template_directory() . '/includes/comments-results.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 : tags-results.php 56: include( get_template_directory() . '/includes/search-none.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 : home.php 128: include(get_template_directory() .'/sticky-question.php');194: include(get_template_directory() .'/includes/answers.php');304: include(get_template_directory() .'/sticky-question.php');353: <?php include (get_template_directory() . '/includes/head.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 : content-search.php 7: include( get_template_directory() . '/includes/search.php' );15: include( get_template_directory() . '/includes/comments.php' );17: include( get_template_directory() . '/includes/users.php' );19: include( get_template_directory() . '/includes/categories.php' );21: include( get_template_directory() . '/includes/tags.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 : users.php 131: include( get_template_directory() . '/includes/users-results.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 : ajax.php 5: require_once( $parse_uri[0] . '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 : categories-results.php 49: include( get_template_directory() . '/includes/search-none.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 : categories.php 77: include( get_template_directory() . '/includes/categories-results.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 : comments-results.php 31: include( get_template_directory() . '/includes/answers.php' );?>44: include( get_template_directory() . '/includes/search-none.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 : users-results.php 26: include( get_template_directory() . '/includes/search-none.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 : single.php 30: <?php include (get_template_directory() . '/includes/head.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 : page.php 28: <?php include (get_template_directory() . '/includes/head.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-home.php 5: include( get_template_directory() . '/includes/home.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 : loop.php 4: include ('post.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-question_follow.php 20: include (get_template_directory() . '/includes/author-head.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-categories.php 10: include( get_template_directory() . '/includes/categories.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-i_follow.php 20: include (get_template_directory() . '/includes/author-head.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-followers.php 20: include (get_template_directory() . '/includes/author-head.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 : main_functions.php 3298: include( get_template_directory() . '/includes/comments.php' );3301: include( get_template_directory() . '/includes/users.php' );3304: include( get_template_directory() . '/includes/categories.php' );3307: include( get_template_directory() . '/includes/tags.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 : image-advanced.php 88: require_once( RWMB_INC_DIR . 'templates/image-advanced.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 : file-upload.php 37: require_once( RWMB_INC_DIR . 'templates/upload.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 : media.php 150: require_once( RWMB_INC_DIR . 'templates/media.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