钩子文档

rdf_ns

💡 云策文档标注

概述

rdf_ns 是一个 WordPress 动作钩子,在 feed 根元素末尾触发,用于添加命名空间。

关键要点

  • rdf_ns 是一个动作钩子,在 feed 根元素末尾触发。
  • 主要用于添加命名空间到 feed 中。
  • 自 WordPress 2.0.0 版本引入。

📄 原文内容

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

Source

do_action( 'rdf_ns' );

Changelog

Version Description
2.0.0 Introduced.