Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/hessa.corals.io/wp-content/themes/kicker/skins/writer/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/hessa.corals.io/wp-content/themes/kicker/skins/writer/templates/admin-notice.php
<?php
/**
 * The template to display Admin notices
 *
 * @package KICKER
 * @since KICKER 1.0.1
 */

$kicker_theme_slug = get_option( 'template' );
$kicker_theme_obj  = wp_get_theme( $kicker_theme_slug );
?>
<div class="kicker_admin_notice kicker_welcome_notice notice notice-info is-dismissible" data-notice="admin">
	<?php
	// Theme image
	$kicker_theme_img = kicker_get_file_url( 'screenshot.jpg' );
	if ( '' != $kicker_theme_img ) {
		?>
		<div class="kicker_notice_image"><img src="<?php echo esc_url( $kicker_theme_img ); ?>" alt="<?php esc_attr_e( 'Theme screenshot', 'kicker' ); ?>"></div>
		<?php
	}

	// Title
	?>
	<h3 class="kicker_notice_title">
		<?php
		echo esc_html(
			sprintf(
				// Translators: Add theme name and version to the 'Welcome' message
				__( 'Welcome to %1$s v.%2$s', 'kicker' ),
				$kicker_theme_obj->get( 'Name' ) . ( KICKER_THEME_FREE ? ' ' . __( 'Free', 'kicker' ) : '' ),
				$kicker_theme_obj->get( 'Version' )
			)
		);
		?>
	</h3>
	<?php

	// Description
	?>
	<div class="kicker_notice_text">
		<p class="kicker_notice_text_description">
			<?php
			echo str_replace( '. ', '.<br>', wp_kses_data( $kicker_theme_obj->description ) );
			?>
		</p>
		<p class="kicker_notice_text_info">
			<?php
			echo wp_kses_data( __( 'Attention! Plugin "ThemeREX Addons" is required! Please, install and activate it!', 'kicker' ) );
			?>
		</p>
	</div>
	<?php

	// Buttons
	?>
	<div class="kicker_notice_buttons">
		<?php
		// Link to the page 'About Theme'
		?>
		<a href="<?php echo esc_url( admin_url() . 'themes.php?page=kicker_about' ); ?>" class="button button-primary"><i class="dashicons dashicons-nametag"></i> 
			<?php
			echo esc_html__( 'Install plugin "ThemeREX Addons"', 'kicker' );
			?>
		</a>
	</div>
</div>

Spamworldpro Mini