0
Validation results

Ask me

Ask me

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEASK.zip
  • FILE SIZE4206966 bytes
  • MD5ef912fec5f1c67f0a097eb1c45034770
  • SHA154e8c375d7d00df5acfadf04c6e9e58fb28b12e8
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • DEMO PAGEhttps://2code.info/demo/themes/ask-me/
  • VERSION6.4.5
  • AUTHOR URI
  • TAGSanswers, css3, html5, icons, jquery, q & a, questions, responsive, retina ready, slider, theme-options
  • CREATION DATE2021-08-04
  • LAST FILE UPDATE2021-08-04
  • LAST VALIDATION2021-08-04 21:03
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.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. 16: \passthru('composer update', $returnStatus);22: \passthru('./vendor/bin/phpunit -c {$config}', $returnStatus);
  3. Security breaches : Modification of PHP server settings Found ini_set in file OneClickDemoImport.php. 216: ini_set( 'memory_limit', apply_filters( 'pt-ocdi/import_memory_limit', '350
  4. Security breaches : Use of base64_decode() Found base64_decode in file demos.php. 83: $data = base64_decode($values);Found base64_decode in file main_functions.php. 2605: $data = base64_decode($values);
  5. Security breaches : Use of base64_encode() Found base64_encode in file options.php.
     $array_json = base64_encode($array_json);
     $current_options_e = base64_encode($current_options_e);
    Found base64_encode in file main_functions.php.
     $toSend 	 = base64_encode($credentials);
     $toSend 	 = base64_encode($credentials);
  6. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe '.$width.' height="'.$height.'" src="'.$type.'"> in file video.php. 37: echo '<div class='video_embed'><iframe '.$width.' height=''.$height.'' src=''.$type.''></iframe></div>';Found <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.php. 1234: 'std' => '<iframe height='400' frameborder='0' scrolling='no' marginheight='0' marginFound <iframe frameborder="0" allowfullscreen width="'.$video_answer_width.'" height="'.$video_answer_height.'" src="'.$type.'"> in file main_functions.php. 932: $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 frameborder="0" allowfullscreen height="'.$video_height.'" src="'.$type.'"> in file header.php. 915: echo '<iframe frameborder='0' allowfullscreen height=''.$video_height.'' src=''.$Found <iframe height="600" src="'.$type.'"> in file single-question.php. 275: $las_video = '<div class='question-video'><iframe height='600' src=''.$type.''></iframe></div>';Found <iframe width="'.$video_description_width.'" height="'.$video_description_height.'" src="'.$type.'"> in file question.php. 163: $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 width="'.$video_answer_width.'" height="'.$video_answer_height.'" src="'.$type.'"> in file answers.php. 151: $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 head.php. 47: echo '<iframe height='600' src=''.$type.''></iframe>';
  7. Malware : Operations on file system fopen was found in the file options.php 6: $file = fopen($json,'w');fwrite was found in the file options.php 19: fwrite($file,$array_json);fclose was found in the file options.php 20: fclose($file);readfile was found in the file options.php 25: readfile($json);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, \JSON_PRETTY_PRIfopen was found in the file update_certs.php 7: $fp = \fopen(__DIR__ . '/data/ca-certificates.crt', 'w+b');fclose was found in the file update_certs.php 19: \fclose($fp);file_get_contents was found in the file functions.php 1094: $contents = @file_get_contents($url);
  8. Malware : Network operations 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_exec was found in the file CurlClient.php 312: $rbody = \curl_exec($this->curlHandle);curl_init was found in the file CurlClient.php 492: $this->curlHandle = \curl_init();curl_init was found in the file update_certs.php 15: $ch = \curl_init();curl_exec was found in the file update_certs.php 17: \curl_exec($ch);
  9. Admin menu : Themes should use add_theme_page() for adding admin pages. File buttons.php : 27: $button_link = get_page_link(askme_options('add_post_page'));File class-tgm-plugin-activation.php : 724: //add_submenu_page(,'Registration','Registration','manage_options','registrat725: $this->page_hook = add_submenu_page( 'options', $args['page_title'], $args['menu_title'], $argFile class-tgm-plugin-activation.php : 724: //add_submenu_page(,'Registration','Registration','manage_options','registrat725: $this->page_hook = add_submenu_page( 'options', $args['page_title'], $args['menu_title'], $argFile options.php : 4471: 'id' => 'add_post_page',File OneClickDemoImport.php : 142: $this->plugin_page = add_submenu_page(File admin_options.php : 151: add_menu_page('Ask Me Settings', 'Ask Me' ,'install_themes', 'options' , arFile elitepack-config.php : 74: add_submenu_page('options','Registration','Registration','manage_options','File elitepack-config.php : 76: add_menu_page('Register Ask Me','Register Ask Me','manage_options','registrFile main_functions.php : 2102: $setting_options['add_post_page'] = $add_post;File register_post.php : 591: $vpanel_page = add_menu_page('Reports', 'Reports '.($count_lasts > 0?'<span class='count_r601: add_menu_page('Payments', 'Payments '.($new_payments > 0?'<span class='counFile register_post.php : 592: add_submenu_page( 'r_questions', 'Questions', 'Questions '.($count_report_n593: add_submenu_page( 'r_questions', 'Answers', 'Answers '.($count_report_answeFile register_post.php : 592: add_submenu_page( 'r_questions', 'Questions', 'Questions '.($count_report_n593: add_submenu_page( 'r_questions', 'Answers', 'Answers '.($count_report_answeFile register_post.php : 591: $vpanel_page = add_menu_page('Reports', 'Reports '.($count_lasts > 0?'<span class='count_r601: add_menu_page('Payments', 'Payments '.($new_payments > 0?'<span class='coun
  10. 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.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is ask-me.
  3. Text domain : Incorrect use of translation functions.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 is missing a text-domain. Function __, with the arguments 'Cannot import auto-draft posts' in file WXRImporter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skipping attachment "%s", fetching attachments disabled' in file WXRImporter.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.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file review.php.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 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.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, %s, wordpress-importer, woocommerce, , Please copy it., askme.
  4. 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.
  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 mobile-options.php.12: $more_info = '<a href='https://2code.info/mobile-apps/' target='_blank'>'.esc_html__('For more inf877: 'name' => sprintf(esc_html__('You can get the reCaptcha v2 site and secret keys from: %s','vbegy'),'<a href='https://www.google.com/recaptcha/admin/' target='_blank'>'.esc_html__('here930: 'name' => '<a href='https://2code.info/docs/mobile/google-firebase/' target='_blank'>'.esc_htmlPossible hard-coded links were found in the file options.php.953: 'name' => sprintf(esc_html__('Go to the page and add new page template %s, Choose the template page (Home) set it a static page %s.','vbegy'),'<a href='post-new.php?post_type=page'>'.esc_html__('from here','vbegy').'</a>','<a h2848: '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__('here2866: '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'>'.e5953: 'std' => '&copy; 2021 Ask Me. All Rights Reserved<br>With Love by <a href='https://2code.info/' target='_blank'>2code</a>.',6344: 'std' => 'Copyright 2021 Ask me | <a href=https://2code.info/>By 2code</a>',Possible hard-coded links were found in the file Helpers.php.302: '<a href='http://gregorcapuder.com/wordpress-how-to-set-direct-filesystem-method/' taPossible hard-coded links were found in the file Payout.php.15: * Related guide: <a href='https://stripe.com/docs/payouts'>Receiving Payouts</a>.21: * @property bool $automatic Returns <code>true</code> if the payout was created by an <a href='https://stripe.com/docs/payouts#payout-schedule'>automated payout schedule<24: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in31: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta32: * @property string $method The method used to send this payout, which can be <code>standard</code> or <code>instant</code>. <code>instant</code> is only supported for payouts to debit cards. (See <a href='https://stripe.com/blog/instant-payouts-for-marketplaces'>Instant payouts fPossible hard-coded links were found in the file Product.php.31: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file CountrySpec.php.20: * @property string[] $supported_payment_methods Payment methods available in the specified country. You may need to enable some payment methods (e.g., <a href='https://stripe.com/docs/ach'>ACH</a>) on your account before they appear inPossible hard-coded links were found in the file SetupIntent.php.55: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Coupon.php.20: * @property null|string $currency If <code>amount_off</code> has been set, the three-letter <a href='https://stripe.com/docs/currencies'>ISO code for the currency</a> of the am25: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file LineItem.php.14: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in17: * @property \Stripe\Price $price <p>Prices define the unit cost, currency, and (optional) billing cycle for both recurring and one-time purchases of products. <a href='https://stripe.com/docs/api#products'>Products</a> help you track inventory or provisioning, and prices help you track payment terms. Different physical goods or levels of service should be represented by products, and pricing options should be represented by prices. This approach lets you change prices without having to change your provisioning scheme.</p><p>For example, you might have a single &quot;gold&quot; product that has prices for $10/month, $100/year, and €9 once.</p><p>Related guides: <a href='https://stripe.com/docs/billing/subscriptions/set-up-subscription'>Set up aPossible hard-coded links were found in the file Invoice.php.60: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in84: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Subscription.php.36: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta40: * @property null|string|\Stripe\SetupIntent $pending_setup_intent You can use this <a href='https://stripe.com/docs/api/setup_intents'>SetupIntent</a> to collect user 41: * @property null|\Stripe\StripeObject $pending_update If specified, <a href='https://stripe.com/docs/billing/subscriptions/pending-updates'>pending updaPossible hard-coded links were found in the file ValueList.php.23: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file BankAccount.php.29: * @property string $currency Three-letter <a href='https://stripe.com/docs/payouts'>ISO code for the currency</a> paid out to 34: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file PaymentMethod.php.37: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Transfer.php.27: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in32: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file TaxRate.php.27: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file ApplicationFeeRefund.php.21: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in23: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file SKU.php.25: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in29: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file BitcoinTransaction.php.13: * @property string $currency Three-letter <a href='https://stripe.com/docs/currencies'>ISO code for the currency</a> to which Possible hard-coded links were found in the file SubscriptionItem.php.15: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta16: * @property \Stripe\Plan $plan <p>You can now model subscriptions more flexibly using the <a href='https://stripe.com/docs/api#prices'>Prices API</a>. It replaces the Plans API and is backwards compatible to simplify your migration.</p><p>Plans define the base price, currency, and billing cycle for recurring purchases of products. <a href='https://stripe.com/docs/api#products'>Products</a> help you track inventory or provisioning, and plans help you track pricing. Different physical goods or levels of service should be represented by products, and pricing options should be represented by plans. This approach lets you change prices without having to change your provisioning scheme.</p><p>For example, you might have a single &quot;gold&quot; product that has plans for $10/month, $100/year, €9/month, and €90/year.</p><p>Related guides: <a href='https://stripe.com/docs/billing/subscriptions/set-up-subscription'>Set up a17: * @property \Stripe\Price $price <p>Prices define the unit cost, currency, and (optional) billing cycle for both recurring and one-time purchases of products. <a href='https://stripe.com/docs/api#products'>Products</a> help you track inventory or provisioning, and prices help you track payment terms. Different physical goods or levels of service should be represented by products, and pricing options should be represented by prices. This approach lets you change prices without having to change your provisioning scheme.</p><p>For example, you might have a single &quot;gold&quot; product that has prices for $10/month, $100/year, and €9 once.</p><p>Related guides: <a href='https://stripe.com/docs/billing/subscriptions/set-up-subscription'>Set up a16: * @property \Stripe\Plan $plan <p>You can now model subscriptions more flexibly using the <a href='https://stripe.com/docs/api#prices'>Prices API</a>. It replaces the Plans API and is backwards compatible to simplify your migration.</p><p>Plans define the base price, currency, and billing cycle for recurring purchases of products. <a href='https://stripe.com/docs/api#products'>Products</a> help you track inventory or provisioning, and plans help you track pricing. Different physical goods or levels of service should be represented by products, and pricing options should be represented by plans. This approach lets you change prices without having to change your provisioning scheme.</p><p>For example, you might have a single &quot;gold&quot; product that has plans for $10/month, $100/year, €9/month, and €90/year.</p><p>Related guides: <a href='https://stripe.com/docs/billing/subscriptions/set-up-subscription'>Set up a17: * @property \Stripe\Price $price <p>Prices define the unit cost, currency, and (optional) billing cycle for both recurring and one-time purchases of products. <a href='https://stripe.com/docs/api#products'>Products</a> help you track inventory or provisioning, and prices help you track payment terms. Different physical goods or levels of service should be represented by products, and pricing options should be represented by prices. This approach lets you change prices without having to change your provisioning scheme.</p><p>For example, you might have a single &quot;gold&quot; product that has prices for $10/month, $100/year, and €9 once.</p><p>Related guides: <a href='https://stripe.com/docs/billing/subscriptions/set-up-subscription'>Set up a18: * @property int $quantity The <a href='https://stripe.com/docs/subscriptions/quantities'>quantity</a> of the plan Possible hard-coded links were found in the file PaymentIntent.php.27: * @property null|int $application_fee_amount The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected43: * @property null|string|\Stripe\Account $on_behalf_of The account (if any) for which the funds of the PaymentIntent are intended. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected55: * @property null|\Stripe\StripeObject $transfer_data The data with which to automatically create a Transfer when the payment is finalized. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected56: * @property null|string $transfer_group A string that identifies the resulting payment as part of a group. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected32: * @property null|string $client_secret <p>The client secret of this PaymentIntent. Used for client-side retrieval using a publishable key.</p><p>The client secret can be used to complete a payment from your frontend. It should not be stored, logged, embedded in URLs, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.</p><p>Refer to our docs to <a href='https://stripe.com/docs/payments/accept-a-payment?integration=elements'>acc35: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in41: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta27: * @property null|int $application_fee_amount The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected43: * @property null|string|\Stripe\Account $on_behalf_of The account (if any) for which the funds of the PaymentIntent are intended. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected55: * @property null|\Stripe\StripeObject $transfer_data The data with which to automatically create a Transfer when the payment is finalized. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected56: * @property null|string $transfer_group A string that identifies the resulting payment as part of a group. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected47: * @property null|string $receipt_email Email address that the receipt for the resulting payment will be sent to. If <code>receipt_email</code> is specified for a payment in live mode, a receipt will be sent regardless of your <a href='https://dashboard.stripe.com/account/emails'>email settings</a>.49: * @property null|string $setup_future_usage <p>Indicates that you intend to make future payments with this PaymentIntent's payment method.</p><p>Providing this parameter will <a href='https://stripe.com/docs/payments/save-during-payment'>attach the payment me27: * @property null|int $application_fee_amount The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected43: * @property null|string|\Stripe\Account $on_behalf_of The account (if any) for which the funds of the PaymentIntent are intended. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected55: * @property null|\Stripe\StripeObject $transfer_data The data with which to automatically create a Transfer when the payment is finalized. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected56: * @property null|string $transfer_group A string that identifies the resulting payment as part of a group. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected27: * @property null|int $application_fee_amount The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected43: * @property null|string|\Stripe\Account $on_behalf_of The account (if any) for which the funds of the PaymentIntent are intended. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected55: * @property null|\Stripe\StripeObject $transfer_data The data with which to automatically create a Transfer when the payment is finalized. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connected56: * @property null|string $transfer_group A string that identifies the resulting payment as part of a group. See the PaymentIntents <a href='https://stripe.com/docs/payments/connected-accounts'>use case for connectedPossible hard-coded links were found in the file Account.php.25: * @property string $default_currency Three-letter ISO currency code representing the default currency for the account. This must be a currency that <a href='https://stripe.com/docs/payouts'>Stripe supports in the account's country</30: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file FileLink.php.19: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file TransferReversal.php.8: * <a href='https://stripe.com/docs/connect'>Stripe Connect</a> platforms can17: * href='https://stripe.com/docs/connect/charges-transfers#transfer-options'>transfe22: * href='https://stripe.com/docs/connect/charges-transfers#reversing-transfers'>Reve30: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in32: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Session.php.14: * <a href='https://stripe.com/docs/api/customers'>Customer</a>, and either the17: * active <a href='https://stripe.com/docs/api/subscriptions'>Subscription</a>.33: * @property null|string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in39: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file BalanceTransaction.php.21: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in27: * @property string $reporting_category <a href='https://stripe.com/docs/reports/reporting-categories'>Learn more</a> about 13: * href='https://stripe.com/docs/reports/balance-transaction-types'>Balance30: * @property string $type Transaction type: <code>adjustment</code>, <code>advance</code>, <code>advance_funding</code>, <code>anticipation_repayment</code>, <code>application_fee</code>, <code>application_fee_refund</code>, <code>charge</code>, <code>connect_collection_transfer</code>, <code>contribution</code>, <code>issuing_authorization_hold</code>, <code>issuing_authorization_release</code>, <code>issuing_dispute</code>, <code>issuing_transaction</code>, <code>payment</code>, <code>payment_failure_refund</code>, <code>payment_refund</code>, <code>payout</code>, <code>payout_cancel</code>, <code>payout_failure</code>, <code>refund</code>, <code>refund_failure</code>, <code>reserve_transaction</code>, <code>reserved_funds</code>, <code>stripe_fee</code>, <code>stripe_fx_fee</code>, <code>tax_fee</code>, <code>topup</code>, <code>topup_reversal</code>, <code>transfer</code>, <code>transfer_cancel</code>, <code>transfer_failure</code>, or <code>transfer_refund</code>. <a href='https://stripe.com/docs/reports/balance-transaction-types'>Learn more</a> aPossible hard-coded links were found in the file ReportRun.php.25: * @property string $report_type The ID of the <a href='https://stripe.com/docs/reports/report-types'>report type</a> to run, such Possible hard-coded links were found in the file Cardholder.php.9: * entity who is <a href='https://stripe.com/docs/issuing'>issued</a> cards.12: * href='https://stripe.com/docs/issuing/cards#create-cardholder'>How to create a27: * @property null|\Stripe\StripeObject $spending_controls Rules that control spending across this cardholder's cards. Refer to our <a href='https://stripe.com/docs/issuing/controls/spending-controls'>documentation</23: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta27: * @property null|\Stripe\StripeObject $spending_controls Rules that control spending across this cardholder's cards. Refer to our <a href='https://stripe.com/docs/issuing/controls/spending-controls'>documentation</Possible hard-coded links were found in the file Transaction.php.8: * Any use of an <a href='https://stripe.com/docs/issuing'>issued card</a> that14: * href='https://stripe.com/docs/issuing/purchases/transactions'>Issued Card22: * @property null|string|\Stripe\BalanceTransaction $balance_transaction ID of the <a href='https://stripe.com/docs/api/balance_transactions'>balance transaction</a> a26: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in32: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Dispute.php.8: * As a <a href='https://stripe.com/docs/issuing'>card issuer</a>, you can dispute13: * href='https://stripe.com/docs/issuing/purchases/disputes'>Disputing24: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Authorization.php.8: * When an <a href='https://stripe.com/docs/issuing'>issued card</a> is used to10: * href='https://stripe.com/docs/issuing/purchases/authorizations'>Authorizations</a14: * href='https://stripe.com/docs/issuing/purchases/authorizations'>Issued Card24: * @property \Stripe\Issuing\Card $card You can <a href='https://stripe.com/docs/issuing/cards'>create physical or virtual cards</a>34: * @property \Stripe\StripeObject[] $request_history History of every time the authorization was approved/denied (whether approved/denied by you directly or by Stripe based on your <code>spending_controls</code>). If the merchant changes the authorization by performing an <a href='https://stripe.com/docs/issuing/purchases/authorizations'>incremental autho24: * @property \Stripe\Issuing\Card $card You can <a href='https://stripe.com/docs/issuing/cards'>create physical or virtual cards</a>27: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in30: * @property string $merchant_currency The currency that was presented to the cardholder for the authorization. Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in27: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in30: * @property string $merchant_currency The currency that was presented to the cardholder for the authorization. Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in32: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta10: * href='https://stripe.com/docs/issuing/purchases/authorizations'>Authorizations</a14: * href='https://stripe.com/docs/issuing/purchases/authorizations'>Issued Card34: * @property \Stripe\StripeObject[] $request_history History of every time the authorization was approved/denied (whether approved/denied by you directly or by Stripe based on your <code>spending_controls</code>). If the merchant changes the authorization by performing an <a href='https://stripe.com/docs/issuing/purchases/authorizations'>incremental autho36: * @property \Stripe\Issuing\Transaction[] $transactions List of <a href='https://stripe.com/docs/api/issuing/transactions'>transactions</a> associatPossible hard-coded links were found in the file Card.php.8: * You can <a href='https://stripe.com/docs/issuing/cards'>create physical or15: * @property \Stripe\Issuing\Cardholder $cardholder <p>An Issuing <code>Cardholder</code> object represents an individual or business entity who is <a href='https://stripe.com/docs/issuing'>issued</a> cards.</p><p>Related guide: <a 17: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in18: * @property string $cvc The card's CVC. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with <a href='https://stripe.com/docs/api/expanding_objects'>the <code>expand</code> para24: * @property string $number The full unredacted card number. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with <a href='https://stripe.com/docs/api/expanding_objects'>the <code>expand</code> para23: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta18: * @property string $cvc The card's CVC. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with <a href='https://stripe.com/docs/api/expanding_objects'>the <code>expand</code> para24: * @property string $number The full unredacted card number. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with <a href='https://stripe.com/docs/api/expanding_objects'>the <code>expand</code> paraPossible hard-coded links were found in the file PromotionCode.php.21: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Topup.php.20: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in26: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta27: * @property \Stripe\Source $source <p><code>Source</code> objects allow you to accept a variety of payment methods. They represent a customer's payment instrument, and can be used with the Stripe API just like a <code>Card</code> object: once chargeable, they can be charged, or can be attached to customers.</p><p>Related guides: <a href='https://stripe.com/docs/sources'>Sources API</a> and <a href='https://stripPossible hard-coded links were found in the file BitcoinReceiver.php.20: * @property string $currency Three-letter <a href='https://stripe.com/docs/currencies'>ISO code for the currency</a> to which 27: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Reader.php.22: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Location.php.19: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file CustomerBalanceTransaction.php.12: * <a href='https://stripe.com/docs/api/customers/update'>update customer API</a>,25: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in31: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file InvoiceItem.php.20: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in28: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file OrderReturn.php.20: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, inPossible hard-coded links were found in the file ApplicationFee.php.17: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, inPossible hard-coded links were found in the file Event.php.33: * When using <a href='https://stripe.com/docs/connect'>Connect</a>, you can alsoPossible hard-coded links were found in the file InvoiceLineItem.php.11: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in16: * @property string $invoice_item The ID of the <a href='https://stripe.com/docs/api/invoiceitems'>invoice item</a> associated with 18: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Source.php.13: * Related guides: <a href='https://stripe.com/docs/sources'>Sources API</a> and <a14: * href='https://stripe.com/docs/sources/customers'>Sources &amp; Customers</a>.51: * @property string $type The <code>type</code> of the source. The <code>type</code> is a payment method, one of <code>ach_credit_transfer</code>, <code>ach_debit</code>, <code>alipay</code>, <code>bancontact</code>, <code>card</code>, <code>card_present</code>, <code>eps</code>, <code>giropay</code>, <code>ideal</code>, <code>multibanco</code>, <code>klarna</code>, <code>p24</code>, <code>sepa_debit</code>, <code>sofort</code>, <code>three_d_secure</code>, or <code>wechat</code>. An additional hash is included on the source with a name matching this value. It contains additional information specific to the <a href='https://stripe.com/docs/sources'>payment method</a> used.30: * @property null|string $currency Three-letter <a href='https://stripe.com/docs/currencies'>ISO code for the currency</a> associate38: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta13: * Related guides: <a href='https://stripe.com/docs/sources'>Sources API</a> and <a14: * href='https://stripe.com/docs/sources/customers'>Sources &amp; Customers</a>.51: * @property string $type The <code>type</code> of the source. The <code>type</code> is a payment method, one of <code>ach_credit_transfer</code>, <code>ach_debit</code>, <code>alipay</code>, <code>bancontact</code>, <code>card</code>, <code>card_present</code>, <code>eps</code>, <code>giropay</code>, <code>ideal</code>, <code>multibanco</code>, <code>klarna</code>, <code>p24</code>, <code>sepa_debit</code>, <code>sofort</code>, <code>three_d_secure</code>, or <code>wechat</code>. An additional hash is included on the source with a name matching this value. It contains additional information specific to the <a href='https://stripe.com/docs/sources'>payment method</a> used.Possible hard-coded links were found in the file Dispute.php.23: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in28: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta31: * @property string $reason Reason given by cardholder for dispute. Possible values are <code>bank_cannot_process</code>, <code>check_returned</code>, <code>credit_not_processed</code>, <code>customer_initiated</code>, <code>debit_not_authorized</code>, <code>duplicate</code>, <code>fraudulent</code>, <code>general</code>, <code>incorrect_account_details</code>, <code>insufficient_funds</code>, <code>product_not_received</code>, <code>product_unacceptable</code>, <code>subscription_canceled</code>, or <code>unrecognized</code>. Read more about <a href='https://stripe.com/docs/disputes/categories'>dispute reasons</a>.Possible hard-coded links were found in the file Token.php.28: * that <a href='https://stripe.com/docs/radar'>Radar</a>, our integrated solution38: * @property \Stripe\BankAccount $bank_account <p>These bank accounts are payment methods on <code>Customer</code> objects.</p><p>On the other hand <a href='https://stripe.com/docs/api#external_accounts'>External Accounts</a> are transfer destinations on <code>Account</code> objects for <a href='https://stripe.com/docs/connect/custom-accounts'>Custom accounts</a>. They 39: * @property \Stripe\Card $card <p>You can store multiple cards on a customer in order to charge the customer later. You can also store multiple debit cards on a recipient in order to transfer to those cards later.</p><p>Related guide: <a href='https://stripe.com/docs/sources/cards'>Card Payments with Sources</a>.</p>Possible hard-coded links were found in the file ThreeDSecure.php.16: * @property \Stripe\Card $card <p>You can store multiple cards on a customer in order to charge the customer later. You can also store multiple debit cards on a recipient in order to transfer to those cards later.</p><p>Related guide: <a href='https://stripe.com/docs/sources/cards'>Card Payments with Sources</a>.</p>18: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, inPossible hard-coded links were found in the file Recipient.php.28: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta29: * @property null|string|\Stripe\Account $migrated_to The ID of the <a href='https://stripe.com/docs/connect/custom-accounts'>Custom account</a> this rePossible hard-coded links were found in the file ExchangeRate.php.20: * @property string $id Unique identifier for the object. Represented as the three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a> in Possible hard-coded links were found in the file Charge.php.29: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in40: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta41: * @property null|string|\Stripe\Account $on_behalf_of The account (if any) the charge was made on behalf of without triggering an automatic transfer. See the <a href='https://stripe.com/docs/connect/charges-transfers'>Connect documentation</a62: * @property null|string $transfer_group A string that identifies this transaction as part of a group. See the <a href='https://stripe.com/docs/connect/charges-transfers#transfer-options'>Connect43: * @property null|\Stripe\StripeObject $outcome Details about whether the payment was accepted, and why. See <a href='https://stripe.com/docs/declines'>understanding declines</a> for details.81: * @see https://stripe.com/docs/declines/codes56: * @property null|string|\Stripe\Transfer $source_transfer The transfer ID which created this charge. Only present if the charge came from another Stripe account. <a href='https://stripe.com/docs/connect/destination-charges'>See the Connect docume61: * @property null|\Stripe\StripeObject $transfer_data An optional dictionary including the account to automatically transfer to as part of a destination charge. <a href='https://stripe.com/docs/connect/destination-charges'>See the Connect docume56: * @property null|string|\Stripe\Transfer $source_transfer The transfer ID which created this charge. Only present if the charge came from another Stripe account. <a href='https://stripe.com/docs/connect/destination-charges'>See the Connect docume61: * @property null|\Stripe\StripeObject $transfer_data An optional dictionary including the account to automatically transfer to as part of a destination charge. <a href='https://stripe.com/docs/connect/destination-charges'>See the Connect documePossible hard-coded links were found in the file Customer.php.22: * @property null|string $currency Three-letter <a href='https://stripe.com/docs/currencies'>ISO code for the currency</a> the custo24: * @property null|bool $delinquent <p>When the customer's latest invoice is billed by charging automatically, <code>delinquent</code> is <code>true</code> if the invoice's latest charge failed. When the customer's latest invoice is billed by sending an invoice, <code>delinquent</code> is <code>true</code> if the invoice isn't paid by its due date.</p><p>If an invoice is marked uncollectible by <a href='https://stripe.com/docs/billing/automatic-collection'>dunning</a>, <code>de31: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Price.php.31: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in34: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Person.php.32: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file SubscriptionSchedule.php.25: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta12: * href='https://stripe.com/docs/billing/subscriptions/subscription-schedules'>Subsc29: * @property string $status The present status of the subscription schedule. Possible values are <code>not_started</code>, <code>active</code>, <code>completed</code>, <code>released</code>, and <code>canceled</code>. You can read more about the different states in our <a href='https://stripe.com/docs/billing/subscriptions/subscription-schedules'>behavPossible hard-coded links were found in the file Order.php.24: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in30: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Card.php.29: * @property null|string $currency Three-letter <a href='https://stripe.com/docs/payouts'>ISO code for currency</a>. Only applicable31: * @property null|string $cvc_check If a CVC was provided, results of the check: <code>pass</code>, <code>fail</code>, <code>unavailable</code>, or <code>unchecked</code>. A result of unchecked indicates that CVC was provided but hasn't been checked yet. Checks are typically performed when attaching a card to a Customer object, or when creating a charge. For more details, see <a href='https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-cha39: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file Refund.php.12: * Related guide: <a href='https://stripe.com/docs/refunds'>Refunds</a>.29: * @property null|string $status Status of the refund. For credit card refunds, this can be <code>pending</code>, <code>succeeded</code>, or <code>failed</code>. For other types of refunds, it can be <code>pending</code>, <code>succeeded</code>, <code>failed</code>, or <code>canceled</code>. Refer to our <a href='https://stripe.com/docs/refunds#failed-refunds'>refunds</a> documentation f20: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in24: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file CreditNote.php.18: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in27: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file WebhookEndpoint.php.27: * @property \Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can atta28: * @property string $secret The endpoint's secret, used to generate <a href='https://stripe.com/docs/webhooks/signatures'>webhook signatures</a>. Only rPossible hard-coded links were found in the file Plan.php.35: * @property string $currency Three-letter <a href='https://www.iso.org/iso-4217-currency-codes.html'>ISO currency code</a>, in39: * @property null|\Stripe\StripeObject $metadata Set of <a href='https://stripe.com/docs/api/metadata'>key-value pairs</a> that you can attaPossible hard-coded links were found in the file functions_ask.php.3512: <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>3539: $status_links['comments'] = '<a href='edit-comments.php?comment_status=all&comments=1''.(isset($_GET['comments'])3512: <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.3540: $status_links['answers'] = '<a href='edit-comments.php?comment_status=all&answers=1''.(isset($_GET['answers'])?'
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  8. Use of includes : Use of include or requireThe theme appears to use include or require : profile.php 241: require_once(ABSPATH . 'wp-admin/includes/user.php');242: require_once(ABSPATH . 'wp-admin/includes/image.php');243: 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 241: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');242: 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 : 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 : CustomizerImporter.php 186: require_once( ABSPATH . 'wp-admin/includes/media.php' );187: require_once( ABSPATH . 'wp-admin/includes/file.php' );188: 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 : elitepack-config.php 9: include(dirname(__FILE__ ).'/ep-updater-admin-class.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 18: include (get_template_directory() . '/includes/head.php');?>44: 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-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-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-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 : template-comment_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 : 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 : 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 : sticky-question.php 16: include ('theme-parts/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 : page.php 22: <?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-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 : single.php 25: <?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-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 : 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-user_best_answer.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 : loop-question.php 11: include ('theme-parts/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_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 : 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 : 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 : home.php 282: <?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 : 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 : 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 : template-answer_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-user_comments.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 : 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 : 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 : functions_ask.php 1232: require_once(ABSPATH . 'wp-admin' . '/includes/file.php'); 1233: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');1290: require_once(ABSPATH . 'wp-admin' . '/includes/file.php'); 1291: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');1311: require_once(ABSPATH . 'wp-admin' . '/includes/file.php'); 1312: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');2108: require_once(ABSPATH . 'wp-admin/includes/file.php');2109: require_once(ABSPATH . 'wp-admin/includes/image.php');2380: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');2381: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');2915: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');2916: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');3040: require_once(ABSPATH . 'wp-admin/includes/image.php');3041: require_once(ABSPATH . 'wp-admin/includes/file.php');3238: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');3239: 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-user_answer.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.
Other checked themes