SILENT KILLERPanel

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


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/Support/

NameTypeSizeLast ModifiedActions
ACF Directory - -
ACF.php File 439 bytes May 27 2024 10:21:44.
DocumentGallery.php File 806 bytes May 27 2024 10:21:44.
PageBuilders.php File 6153 bytes February 12 2025 12:41:10.
Polylang.php File 5200 bytes March 19 2025 13:38:06.
SupportController.php File 690 bytes June 30 2022 08:00:16.
WPML.php File 9872 bytes March 19 2025 13:38:06.

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

<?php

namespace FileBird\Support;

defined( 'ABSPATH' ) || exit;

class ACF {
	public function __construct() {
		add_action( 'acf/include_field_types', array( $this, 'include_field' ) ); // v5
		add_action( 'acf/register_fields', array( $this, 'include_field' ) ); // v4
	}

	public function include_field( $version = false ) {
		if ( ! $version ) {
			$version = 4;
		}
		include_once 'ACF/acf-field-filebird-v' . $version . '.php';
	}
}

SILENT KILLER Tool