HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/healthbenefitapproval/public_html/wp-content/plugins/wp-seopress/inc/admin/blocks/intro.php
<?php
    // To prevent calling the plugin directly
    if ( ! function_exists('add_action')) {
        echo 'Please don&rsquo;t call the plugin directly. Thanks :)';
        exit;
    }

    if (defined('SEOPRESS_WL_ADMIN_HEADER') && SEOPRESS_WL_ADMIN_HEADER === false) {
        //do nothing
    } else {
?>

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

    <div>
        <h1>
            <?php
                /* translators: %s displays the current version number */
                printf(__('Welcome to SEOPress %s!', 'wp-seopress'), '6.9.1');
            ?>
        </h1>
        <p><?php _e('Your control center for SEO.', 'wp-seopress'); ?></p>
    </div>
</div>

<?php }