🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:17:05 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
blocksy-companion
/
framework
/
includes
📍 /home/therahul/thedasstores.com/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