i found this solution:
function remove_page_attribute_meta_box()
{
if( is_admin() ) {
if( current_user_can('editor') ) {
remove_meta_box('pageparentdiv', 'page', 'normal');
}
}
}
add_action( 'admin_menu', 'remove_page_attribute_meta_box' );
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
ok..
thanks again.
very appreciate your help.
but I still don’t find an appropriate solution to my issue.
(unless if i didn’t found the right function in this plugin..)
thanks
i know this plugin, but i dont think there is such an option like what i look for.