🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 00:44:00 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
elementor
/
core
/
logger
/
items
📍 /home/eliteewa/public_html/wp-content/plugins/elementor/core/logger/items
🔄 Refresh
✏️
Editing: php.php
Writable
<?php namespace Elementor\Core\Logger\Items; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class PHP extends File { const FORMAT = 'PHP: date [type X times][file::line] message [meta]'; public function get_name() { return 'PHP'; } }
💾 Save Changes
❌ Cancel