HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/karjerosdiena.lt/wp-content/plugins/wp-user-manager/templates/stripe/admin-disconnect.php
<?php
/**
 * The Template for the Stripe admin connection
 *
 * This template can be overridden by copying it to yourtheme/wpum/stripe/admin-disconnect.php
 *
 * @version 2.9.0
 */

?>
<div
	class="wpum-stripe-connect-account-info vue-wp-notice notice-info inline"
	data-account-id="<?php echo esc_attr( $data->stripe_connect_account_id ); ?>"
	data-nonce="<?php echo esc_attr( wp_create_nonce( 'wpum-stripe-connect-account-information' ) ); ?>"
	data-gateway-mode="<?php echo esc_attr( $data->mode ); ?>">
	<p>
		<em><?php esc_html_e( 'Retrieving account information', 'wp-user-manager' ); ?>&hellip;</em>
	</p>
</div>