钩子文档

atom_ns

💡 云策文档标注

概述

atom_ns 是一个 WordPress 动作钩子,在 Atom 源根元素结束时触发,用于添加命名空间。

关键要点

  • 这是一个动作钩子,允许开发者在 Atom 源生成过程中添加自定义命名空间。
  • 首次引入于 WordPress 2.0.0 版本。

📄 原文内容

Fires at end of the Atom feed root to add namespaces.

Source

do_action( 'atom_ns' );

Changelog

Version Description
2.0.0 Introduced.