后台 → 外观 → 主题文件编辑器 → 编辑functions.php
//只对当前主题生效
也可编辑/wp-includes/functions.php
//理论上所有主题生效
复制添加以下内容到functions.php的第二行
//开启链接
add_filter('pre_option_link_manager_enabled', '__return_true');
后台 → 外观 → 主题文件编辑器 → 编辑functions.php
//只对当前主题生效
也可编辑/wp-includes/functions.php
//理论上所有主题生效
复制添加以下内容到functions.php的第二行
//开启链接
add_filter('pre_option_link_manager_enabled', '__return_true');