wpseek.com
A WordPress-centric search engine for devs and theme authors



do_all_pings › WordPress Function

Since2.1.0
Deprecatedn/a
do_all_pings ( No parameters )
Defined at:
Codex:
Change Log:
  • 5.6.0

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' );
}