do_all_pings()

In this article

Performs all pingbacks, enclosures, trackbacks, and sends to pingback services.

Source

function do_all_pings() {
	/**
	 * Fires immediately after the `do_pings` event to hook services individually.
	 *
	 * @since 5.6.0
	 */
	do_action( 'do_all_pings' );
}

Hooks

do_action( ‘do_all_pings’ )

Fires immediately after the do_pings event to hook services individually.

Changelog

VersionDescription
5.6.0Introduced do_all_pings action hook for individual services.
2.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.