函数原型
do_all_pings()
函数描述
Performs all pingbacks, enclosures, trackbacks, and sends to pingback services.
是否弃用
未弃用
函数参数
无
函数返回值
无
函数位置
File: wp-includes/comment.php.
函数源码
function do_all_pings() {
/**
* Fires immediately after the `do_pings` event to hook services individually.
*
* @since 5.6.0
*/
do_action( 'do_all_pings' );
}
源码链接
变更日志
| Version | Description |
|---|---|
| 5.6.0 | Introduced do_all_pings action hook for individual services. |
| 2.1.0 | Introduced. |

