// 在文章内容后添加反馈按钮(调整优先级)
add_action('the_content', 'add_feedback_button', 99); // 添加了 99 优先级
function add_feedback_button($content) {
if (is_single() && is_main_query()) {
$button_html = '
'; // 添加了 clear:both
$button_html .= '
📢 链接失效?点击反馈'; // 添加 display:inline-block
$button_html .= '
';
$content .= $button_html;
}
return $content;
} wanyne-光鸭·臻影社 🔒 【光鸭·臻影社】温馨提示
未登录游客仅可浏览基础内容,海量优质资源、高速转存全部需登录解锁
请先完成账号注册登录
点击下方的
登录/注册,即刻畅享全站全速资源