HEX
Server: Apache
System: Linux sg2plzcpnl490055.prod.sin2.secureserver.net 4.18.0-553.94.1.lve.el8.x86_64 #1 SMP Thu Jan 22 12:37:22 UTC 2026 x86_64
User: falconiapl2015 (2212252)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/falconiapl2015/public_html/wp-content/plugins/nexgen-core/inc/support.php
<?php
/**
 * @package Nexgen Core
 */

function nxg_custom_upload_mimes( $mimes ) {
	$mimes['woff'] = 'application/x-font-woff';
	$mimes['woff2'] = 'application/x-font-woff2';
	return $mimes;
}

add_filter('upload_mimes', 'nxg_custom_upload_mimes');