钩子文档

atom_comments_ns

💡 云策文档标注

概述

atom_comments_ns 是一个 WordPress 动作钩子,在 Atom 评论源的 feed 标签内触发,用于扩展或修改 Atom 评论源的功能。

关键要点

  • 这是一个动作钩子,允许开发者在 Atom 评论源的 feed 标签内执行自定义代码。
  • 首次引入于 WordPress 2.8.0 版本。
  • 源代码为 do_action( 'atom_comments_ns' ),可在相关文件中查看引用。

📄 原文内容

Fires inside the feed tag in the Atom comment feed.

Source

do_action( 'atom_comments_ns' );

Changelog

Version Description
2.8.0 Introduced.