do_all_pings() – Perform all pingbacks, enclosures, trackbacks, and send to pingback services.
You appear to be a bot. Output may be restricted
Description
Performs all pingbacks, enclosures, trackbacks, and sends to pingback services.
Usage
do_all_pings();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/comment.php
Lines:
1 to 8 of 8
function do_all_pings() { /** * Fires immediately after the `do_pings` event to hook services individually. * * @since 5.6.0 */ do_action( 'do_all_pings' ); }