SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > filebird > includes > Rest >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/filebird/includes/Rest/

NameTypeSizeLast ModifiedActions
ApiInteface.php File 133 bytes May 27 2024 10:21:44.
FolderApi.php File 3224 bytes May 27 2024 10:21:44.
PublicApi.php File 4261 bytes May 27 2024 10:21:44.
RestApi.php File 549 bytes May 27 2024 10:21:44.
SettingApi.php File 1008 bytes August 23 2024 17:15:40.
SyncApi.php File 1170 bytes May 27 2024 10:21:44.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/filebird/includes/Rest//RestApi.php

<?php
namespace FileBird\Rest;

use FileBird\Utils\Singleton;


defined( 'ABSPATH' ) || exit;

class RestApi {
    use Singleton;

    public function __construct() {
        add_action( 'rest_api_init', array( $this, 'rest_api_init' ) );
    }

    public function rest_api_init() {
        $rest_apis = array(
            new FolderApi(),
            new PublicApi(),
            new SettingApi(),
            new SyncApi(),
        );

        foreach ( $rest_apis as $rest_api ) {
            $rest_api->register_rest_routes();
        }
    }
}

SILENT KILLER Tool