Not Able to view Table Data in Menu Item
-
Hi,
I have used the code
——-
if(function_exists(‘add_db_table_editor’)){
add_db_table_editor(array( ‘title’=>’Coupon Feed’, ‘table’=>’wp_ap_coupon’, ‘sql’=>’SELECT * FROM wp_ap_coupon ORDER BY wp_ap_coupon’ ));
}
———in my functions.php file.
The Table is not visible in the Coupon feed menu
It just shows up a blank space which is not editable.Please guide how to view and add data to the existing table which i have added
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Not Able to view Table Data in Menu Item’ is closed to new replies.