而不是这样:
return array(
\'index.php\', // Dashboard
\'separator1\', // --Space--
\'edit.php?post_type=page\', // Pages
\'edit.php\', // Posts
\'edit.php?post_type=portfolio\', // Portfolio
\'admin.php?page=wpcf7\', // Contact Form 7
\'upload.php\', // Media
\'edit-comments.php\', // Comments
);
尝试以下操作:
return array(
\'index.php\', // Dashboard
\'separator1\', // --Space--
\'edit.php?post_type=page\', // Pages
\'edit.php\', // Posts
\'portfolio\', // Portfolio
\'wpcf7\', // Contact Form 7
\'upload.php\', // Media
\'edit-comments.php\', // Comments
);