📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 04:44:50
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
flexible-shipping
/
classes
/
notices
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/flexible-shipping/classes/notices
🔄 Refresh
✏️
Editing: interface-rate.php
Writable
<?php namespace WPDesk\FS\Rate; interface RateNoticeInterface { /** * Show message * * @return string */ public function show_message(); /** * Should show message * * @return bool */ public function should_show_message(); }
💾 Save Changes
❌ Cancel