HEX
Server: Apache
System: Linux webd006.cluster128.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: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/lacalita/wp-content/themes/rey/inc/core/admin/dashbox-required-plugins.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

include __DIR__ . '/tpl-required-plugins.php';

if( empty($plugins_to_install) ){
	return;
} ?>

<div class="rey-dashBox">
	<div class="rey-dashBox-inner">

		<h2 class="rey-dashBox-title"><?php esc_html_e('Install Required Plugins', 'rey') ?></h2>

		<div class="rey-dashBox-content">

			<p><?php printf( esc_html__('%s needs the following plugins to be installed & active:', 'rey'), rey__get_props('theme_title') ); ?></p>

			<?php echo rey__kses_post_with_svg( $plugins_output ); ?>

			<div class="dashBox-reqPlugins-buttons">

				<button class="rey-adminBtn rey-adminBtn-secondary js-dashBox-installRequired <?php echo empty($plugins_to_install) ? 'rey-adminBtn--disabled' : ''; ?>"><?php esc_html_e('INSTALL / ACTIVATE PLUGINS', 'rey') ?></button>

			</div>

		</div>
	</div>
</div>