MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/public_html/wp-content/plugins/unyson/framework/extensions/update/static.php
<?php if (!defined('FW')) die('Forbidden');

$extension = fw()->extensions->get('update');

if (fw_current_screen_match(array('only' => array(array('id' => 'update-core'))))) {
	// Include only on update page

	wp_enqueue_style(
		'fw-ext-'. $extension->get_name() .'-update-page',
		$extension->get_declared_URI('/static/css/admin-update-page.css'),
		array(),
		$extension->manifest->get_version()
	);
}