19 lines
		
	
	
		
			557 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			557 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * File: outdated-component.php
 | 
						|
 *
 | 
						|
 *
 | 
						|
 * @since 2024-08-12
 | 
						|
 * @license GPL-3.0-or-later
 | 
						|
 *
 | 
						|
 * @package
 | 
						|
 */
 | 
						|
 | 
						|
?>
 | 
						|
 | 
						|
<div style="padding: 10px 10px; font-size: 15pt; margin-top: 20px; line-height: 30px; background-color: #fafafa; border-left: #f10905 10px solid;">
 | 
						|
    kompass hat festgestellt, dass du die Komponente <?php echo esc_html($module); ?> nutzt, die nicht weiterentwickelt wird.<br />
 | 
						|
    Es steht eine neue Version bereit, bitte klicke <a href="<?php echo esc_url($install_url); ?>">hier</a>, um die Aktualisierung durchzuführen.
 | 
						|
</div>
 | 
						|
 |