golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/elementor/core/logger/items
⬆️ Go Up
Upload
File/Folder
Size
Actions
base.php
5.18 KB
Del
OK
file.php
1002 B
Del
OK
js.php
862 B
Del
OK
log-item-interface.php
1.19 KB
Del
OK
php.php
266 B
Del
OK
Edit: php.php
<?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