钩子文档

before_signup_header

💡 云策文档标注

概述

before_signup_header 是一个 WordPress 动作钩子,在站点注册页面加载前触发,允许开发者在页面头部输出前执行自定义代码。

关键要点

  • 这是一个动作钩子,用于在站点注册页面加载前执行操作
  • 从 WordPress 4.4.0 版本开始引入
  • 源代码为 do_action( 'before_signup_header' )

📄 原文内容

Fires before the Site Sign-up page is loaded.

Source

do_action( 'before_signup_header' );

Changelog

Version Description
4.4.0 Introduced.