Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > filebird > includes > Classes
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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
Attachment | Directory | - | - | |
Modules | Directory | - | - | |
ActivePro.php | File | 2084 bytes | August 23 2024 17:15:40. | |
Config.php | File | 1110 bytes | May 27 2024 10:21:44. | |
Convert.php | File | 4621 bytes | May 27 2024 10:21:44. | |
Core.php | File | 12018 bytes | February 12 2025 12:41:10. | |
Feedback.php | File | 577 bytes | May 27 2024 10:21:44. | |
FolderStateManager.php | File | 1805 bytes | May 27 2024 10:21:44. | |
Helpers.php | File | 5391 bytes | August 23 2024 17:15:40. | |
Review.php | File | 2688 bytes | May 27 2024 10:21:44. | |
Schedule.php | File | 1881 bytes | May 27 2024 10:21:44. | |
Tree.php | File | 6848 bytes | March 19 2025 13:38:06. |
<?php namespace FileBird\Classes; defined( 'ABSPATH' ) || exit; class Feedback { public function __construct() { add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_filebird_feedback' ) ); } public function enqueue_filebird_feedback() { if ( ! in_array( get_current_screen()->id, array( 'plugins', 'plugins-network' ), true ) ) { return; } add_action( 'admin_footer', array( $this, 'form_feedback' ) ); } public function form_feedback() { echo '<div id="fbv-feedback" style="display: none"></div>'; } }
SILENT KILLER Tool