✏️ 正在编辑: error-500.php
路径:
/home/h359620/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace Elementor\Data\V2\Base\Exceptions; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Error_500 extends Data_Exception { protected function get_http_error_code() { return 500; } public function get_code() { return 'internal-server-error'; } public function get_message() { return 'Something went wrong'; } }
💾 保存文件
← 返回文件管理器