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/locationdebateau/wp-content/plugins/wp-seopress/inc/admin/blocks/intro.php
<?php
/**
 * Intro block.
 *
 * @package SEOPress
 * @subpackage Blocks
 */

defined( 'ABSPATH' ) || exit( 'Please don&rsquo;t call the plugin directly. Thanks :)' );

if ( ! defined( 'SEOPRESS_WL_ADMIN_HEADER' ) || SEOPRESS_WL_ADMIN_HEADER !== false ) {
	?>

<div id="seopress-intro" class="seopress-intro">
	<div>
		<img src="<?php echo esc_url( SEOPRESS_ASSETS_DIR . '/img/logo-seopress.svg' ); ?>" width="72" height="72" alt=""/>
	</div>

	<div>
		<h1>
		<?php
			$seo_title = 'SEOPress';
		if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
			if ( method_exists( seopress_get_service( 'ToggleOption' ), 'getToggleWhiteLabel' ) && '1' === seopress_get_service( 'ToggleOption' )->getToggleWhiteLabel() ) {
				$seo_title = function_exists( 'seopress_pro_get_service' ) && method_exists( seopress_pro_get_service( 'OptionPro' ), 'getWhiteLabelListTitle' ) && seopress_pro_get_service( 'OptionPro' )->getWhiteLabelListTitle() ? seopress_pro_get_service( 'OptionPro' )->getWhiteLabelListTitle() : 'SEOPress';
			}
		}

			/* translators: %1$s plugin name, default: SEOPress, %2$s displays the current version number */
			printf( esc_html__( 'Welcome to %1$s %2$s!', 'wp-seopress' ), esc_html( $seo_title ), '9.7.4' );
		?>
		</h1>
		<p><?php esc_attr_e( 'Your control center for SEO.', 'wp-seopress' ); ?></p>
	</div>
</div>

	<?php
}