wpseek.com
WordPress开发者和主题制作者的搜索引擎



send_headers › WordPress动作钩子

Since2.1.0
已弃用n/a
do_action_ref_array( 'send_headers', array( &$this )
参数:
  • (WP) $wp Current WordPress environment instance (passed by reference).
    Required: Yes
定义在:
文档:

Fires once the requested HTTP headers for caching, content type, etc. have been sent.





源码

do_action_ref_array( 'send_headers', array( &$this ) );