🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 03:15:19 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Pattern
📍 /home/eliteewa/public_html/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern
🔄 Refresh
✏️
Editing: GetAssetsPathTrait.php
Writable
<?php namespace Nextend\Framework\Pattern; use Nextend\Framework\Platform\Platform; use Nextend\Framework\Url\Url; trait GetAssetsPathTrait { use GetPathTrait; public static function getAssetsPath() { return Platform::filterAssetsPath(self::getPath() . '/Assets'); } public static function getAssetsUri() { return Url::pathToUri(self::getAssetsPath()); } }
💾 Save Changes
❌ Cancel