🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 08:55:11 | 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-command.php
Writable
<?php namespace FortAwesome; require_once trailingslashit( FONTAWESOME_DIR_PATH ) . 'includes/class-fontawesome-exception.php'; /** * Class to wrap a closure for use with WordPress action hook callbacks. * * Internal use only. * * @internal * @ignore */ class FontAwesome_Command { /** * Internal only. * * @internal * @ignore */ protected $cmd; /** * Internal only. * * @internal * @ignore */ public function __construct( $cmd ) { $this->cmd = $cmd; } /** * Internal only. * * @internal * @ignore */ public function run( ...$params ) { return \call_user_func( $this->cmd, ...$params ); } }
💾 Save Changes
❌ Cancel