Problem in editing Table
-
Hi,
in “functions-enfold.php”
I wrote :
/* db_table_editor */if(function_exists(‘add_db_table_editor’)){
add_db_table_editor(array(‘title’=>’18b ‘, ‘table’=>’wp_wpdatatable_18’, ‘sql’=>’SELECT * FROM wp_wpdatatable_18 ORDER BY wdt_ID ‘ ));
add_db_table_editor(array( ‘title’=>’Utenti’, ‘table’=>’wp_users’, ‘sql’=>’SELECT * FROM wp_users ORDER BY ID ‘ ));
“
I can edit The table “wp_users”, I can not edit the table “wp_wpdatatable_18” , I can read it but I can not write it.
Why ?
Thank you.
Riccardo
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Problem in editing Table’ is closed to new replies.