Forums
(@john_aku)
12 years, 2 months ago
Nevermind, i forgot to include wp_head() in the header
Great
I added this hook and it all works perfect
add_action(‘save_post’, ‘view_edit_box’);
Thank you