钩子文档

comments_atom_head

💡 云策文档标注

概述

comments_atom_head 是一个 WordPress 动作钩子,在 Atom 评论源头部末尾触发,用于在 Atom 评论源头部添加自定义内容或执行操作。

关键要点

  • comments_atom_head 是一个动作钩子,在 Atom 评论源头部末尾触发
  • 通过 do_action('comments_atom_head') 调用,允许开发者添加自定义功能
  • 自 WordPress 2.8.0 版本引入,用于扩展 Atom 评论源功能

📄 原文内容

Fires at the end of the Atom comment feed header.

Source

do_action( 'comments_atom_head' );

Changelog

Version Description
2.8.0 Introduced.