wpseek.com WordPress开发者和主题制作者的搜索引擎 功能 过滤器 动作 常量 XINGTwitterFacebookDelicious 通用信息 源码 Get the wpseek Android app wp_head › WordPress FunctionSince1.2.0已弃用n/a› wp_head ( 没有参数 )定义在:wp-includes/general-template.php , line 2848 文档:Function_Reference/wp_headFire the wp_head action.See {@see 'wp_head'}.Related Functions: wp_cache_add, wp_meta, wp_hash, wp_rand, wp_remote_head 源码 function wp_head() { /** * Prints scripts or data in the head tag on the front end. * * @since 1.5.0 */ do_action( 'wp_head' ); }