HEX
Server: Apache
System: Linux webm005.cluster121.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: adventp (418412)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/adventp/www/wp-content/plugins/js_composer/include/templates/editors/popups/ai/promo.tpl.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

/**
 * @var string $logo_template_path
 * @var string $message_template_path
 * @var string $modal_controller
 * @var string $error_message
 */
?>

<div class="vc_ui-helper-popup-promo">
	<div class="vc_ui-helper-popup-promo--inner">
		<?php

		vc_include_template( $logo_template_path );

		if ( empty( $error_message ) ) {
			vc_include_template( $message_template_path, [ 'modal_controller' => $modal_controller ] );
		} else {
			?>
			<h3 class="vc_heading">
				<?php esc_html_e( 'Error with access to AI', 'js_composer' ); ?>
			</h3>
			<p class="vc_description">
				<?php
				echo esc_html( $error_message );
				?>
			</p>
			<?php
		}
		?>
	</div>
</div>