do_all_pings()
Perform all pingbacks, enclosures, trackbacks, and send to pingback services.
Contents
Source Source
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' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
5.6.0 | Introduced do_all_pings action hook for individual services. |
2.1.0 | Introduced. |