{"slug":"404-solution","name":"404 Solution","description":"Automatically redirect 404 errors to the right page using a 7-engine matching pipeline and spell-checking algorithm. Zero configuration required.","author":"Aaron","active_installs":10000,"version":"4.1.18","wp_org_url":"https://wordpress.org/plugins/404-solution/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"statement","full_table_name":"wp_statement","description":"Stores statement data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"plugin","type":"SQL","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE statement (plugin SQL templates). * * @param string $createTableSql * @return array<string, array{name:string, columns:string, unique:bool}> keyed by index name */ private function parseIndexSpecsFromCreateTableSql($createTableSql) { if (!is_string($createTableSql) || $createTableSql === '') { return []; } $matches = []; preg_match_all('/^\\\\s*(?:unique\\\\s+)?key\\\\s+.+?\\\\s*$/im', $createTableSql, $matches);"},{"table_name":"wbz404_redirects","full_table_name":"wp_wbz404_redirects","description":"Stores wbz404 redirects data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":2}