Để ẩn link từ admin WordPress bạn có thể copy & paste đoạn code sau vào file functions.php
function ccw_hide_editor()
{
remove_submenu_page('themes.php','theme-editor.php');
remove_submenu_page('plugins.php','plugin-editor.php');
}
add_action('admin_init','ccw_hide_editor');
Nếu bạn muốn tắc các chức năng chỉnh sửa code trong theme & plugin thì sao nhỉ ? Bạn copy đoạn code sau vào file wp-config.php