// 在文章内容后添加反馈按钮
add_action('the_content', 'add_feedback_button');
function add_feedback_button($content) {
if (is_single() && is_main_query()) {
$button_html = '
';
$content .= $button_html;
}
return $content;
}
// 在页面底部添加JavaScript,用于自动填充评论框
add_action('wp_footer', 'feedback_js');
function feedback_js() {
if (is_single()) {
echo '';
}
} wanyne-光鸭·臻影社 🔒 【光鸭·臻影社】温馨提示
未登录游客仅可浏览基础内容,海量优质资源、高速转存全部需登录解锁
请先完成账号注册登录
点击下方的
登录/注册,即刻畅享全站全速资源