HEX
Server: Apache
System: Linux p3plzcpnl507418.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: retoti4c1e1s (10075650)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //home/retoti4c1e1s/www/wp-content/plugins/use-any-font/includes/functions/uaf_client_functions.php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; 
function uaf_client_assets() {
	$uaf_upload 	= wp_upload_dir();
	$uaf_upload_url = set_url_scheme($uaf_upload['baseurl']);
	$uaf_upload_url = $uaf_upload_url . '/useanyfont/';
	wp_register_style( 'uaf_client_css', $uaf_upload_url.'uaf.css', array(),get_option('uaf_css_updated_timestamp'));
	wp_enqueue_style( 'uaf_client_css' );
}

if (!function_exists('array_key_first')) { // FOR OLDER VERSION PHP SUPPORT
    function array_key_first(array $arr) {
        foreach($arr as $key => $unused) {
			return $key;
		}
		return NULL;
	}
}