🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 09:57:22 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
web.janapremimavi.edu.np
/
wp-content
/
plugins
/
shopengine
/
utils
/
onboard
📍 /home/therahul/web.janapremimavi.edu.np/wp-content/plugins/shopengine/utils/onboard
🔄 Refresh
✏️
Editing: plugin-skin.php
Writable
<?php namespace ShopEngine\Utils\Onboard; defined( 'ABSPATH' ) || exit; /** * Silent skin to suppress all output during installation */ class Plugin_Skin extends \WP_Upgrader_Skin { public function header() {} public function footer() {} public function error($errors) {} public function feedback($string, ...$args) {} public function before() {} public function after() {} public function bulk_header() {} public function bulk_footer() {} }
💾 Save Changes
❌ Cancel