BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
wp-content
/
plugins
/
really-simple-ssl
/
core
/
app
/
Interfaces
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ProviderInterface.php
<?php declare(strict_types=1); namespace ReallySimplePlugins\RSS\Core\Interfaces; interface ProviderInterface { /** * The method that gets called by the ProviderManager to serve the provided * functionality. */ public function provide(): void; }
Save
Cancel