HEX
Server: nginx
System: Linux pool195-106-36.bur.atomicsites.net 6.12.57+deb12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.57-1~bpo12+1 (2025-11-17) x86_64
User: (0)
PHP: 8.3.32
Disabled: pcntl_fork
Upload Files
File: //srv/htdocs/wp-content/plugins/host-webfonts-local/host-webfonts-local.php
<?php
/**
 * Plugin Name: OMGF
 * Plugin URI: https://daan.dev/wordpress/omgf/
 * Description: Increase GDPR/DSGVO compliance and leverage browser cache by automatically self-hosting Google Fonts.
 * Version: 6.0.7
 * Author: Daan from Daan.dev
 * Author URI: https://daan.dev
 * Text Domain: host-webfonts-local
 * License: GPL2v2 or later
 */

defined( 'ABSPATH' ) || exit;

/**
 * Define constants.
 */
define( 'OMGF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'OMGF_PLUGIN_FILE', __FILE__ );
define( 'OMGF_PLUGIN_BASENAME', plugin_basename( OMGF_PLUGIN_FILE ) );
define( 'OMGF_DB_VERSION', '6.0.0' );

/**
 * Takes care of loading classes on demand.
 */
require_once OMGF_PLUGIN_DIR . 'vendor/autoload.php';

/**
 * All systems GO!!!
 */
$omgf = new OMGF\Plugin();