Question
Now I am building a wordpress plugin. I need to add a metabox to the admin submenu page. I tried like this below, add_action( 'add_meta_boxes', 'add_meta_boxs'); function add_meta_boxs() { add_meta_box( 'my-meta-box-id', 'My First Meta Box', 'meta_box', 'myContactForm', 'norma
0
Preethi 3 years 0 Answers 41 views