refactor:去除关于菜单

This commit is contained in:
sunxiyuan 2020-07-19 15:41:09 +08:00
parent 491017a775
commit fbaf4ea4df

View file

@ -50,18 +50,6 @@ if (is_admin()) {
'wpcy_options_page_html', 'wpcy_options_page_html',
0 0
); );
add_submenu_page(
'wpcy',
'关于',
'关于',
'manage_options',
'wpcy-about',
function () {
echo 'a';
},
3
);
}); });