wpdb – issue with save custom post meta in custom table
Question
until now, I was saving my custom post meta in post_meta table. and my code was:
function add_book_meta_box() {
add_meta_box(
'book_meta_box',
'book info',
'show_book_meta_box',
'book',
0
7 months
0 Answers
0 views