| Server IP : 212.114.33.6 / Your IP : 216.73.217.30 Web Server : Apache System : Linux ger18 6.12.94+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.94-1 (2026-06-20) x86_64 User : immotrainerde ( 2287) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /srv/www/immotrainerde/htdocs/wp-content/plugins/host-webfonts-local/ |
Upload File : |
<?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.3.8 * 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.3.1' ); /** * Takes care of loading classes on demand. */ require_once OMGF_PLUGIN_DIR . 'vendor/autoload.php'; /** * All systems GO!!! */ $omgf = new OMGF\Plugin();