BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
wp-content
/
plugins
/
wp-optimize
/
includes
/
tables
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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(); /** * Return an array with `dbDelta()` field strings (and keys) * [ * fields => [name => SQL], * keys => [name => SQL] * ] * * @return array */ public function describe(); /** * Returns singleton instance * * @return WP_Optimize_Table_Interface */ public static function get_instance(); } endif;
Save
Cancel