HEX
Server: Apache
System: Linux webm006.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: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/adspray/wp-content/plugins/webp-express/lib/debug.php
<?php

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

/*
This file is actually not included, only when debugging activation errors, I include it manually.
Haven't used it in a quite a while...
*/

function webpexpress_activated() {
  update_option( 'webp-express-activation-error',  ob_get_contents() );
}
add_action( 'activated_plugin', 'webpexpress_activated' );
if (!empty(get_option('webp-express-activation-error'))) {
    add_filter( 'admin_footer_text', function() {
        return 'Activation error:' . get_option('webp-express-activation-error');
    });
}