menu and i try to show the metabox on it . I try everything thing but couldn't successed . I search on google and follow the same code but the result is disappointing. Submenu page code is below:
add_submenu_page( 'mymenu', 'First Submenu', 'First-Submenu', 'manage_options','first-submenu', 'metaFunction' )
and metaFunction is belo
function metaFunction() {
add_meta_box('post-reference', 'Reference', 'referenceCallBack', 'first-submenu');
}
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire