🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 21:35:39 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
blocksy-companion
/
framework
/
includes
📍 /home/eliteewa/public_html/wp-content/plugins/blocksy-companion/framework/includes
🔄 Refresh
✏️
Editing: extension-with-features.php
Writable
<?php namespace Blocksy; trait ExtensionWithFeatures { public function getSlug() { $class = get_class($this); return str_replace( 'blocksy-extension-', '', strtolower( preg_replace( '/[A-Z]([A-Z](?![a-z]))*/', '-$0', lcfirst($class) ) ) ); } public function getFeatures() { return [1, 2, 3]; } }
💾 Save Changes
❌ Cancel