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>