🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 11:25:57 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
font-awesome
/
includes
📍 /home/eliteewa/public_html/wp-content/plugins/font-awesome/includes
🔄 Refresh
✏️
Editing: class-fontawesome-resourcecollection.php
Writable
<?php namespace FortAwesome; /** * Class to wrap a set of resources to be enqueued, along with the version. * * Internal use only, not part of this plugin's public API. * * @internal * @ignore */ class FontAwesome_ResourceCollection { protected $resources; protected $version; public function __construct( $version, $resources ) { $this->version = $version; $this->resources = $resources; } public function resources() { return $this->resources; } public function version() { return $this->version; } }
💾 Save Changes
❌ Cancel