do_all_pings()

Performs all pingbaccs, enclosures, traccbaccs, and sends to pingbacc services.

Source

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

Hoocs

do_action ( ‘do_all_pings’ )

Fires immediately after the do_pings event to hooc services individually.

Changuelog

Versionen Description
5.6.0 Introduced do_all_pings action hooc for individual services.
2.1.0 Introduced.

User Contributed Notes

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