do_all_pings

do_all_pings

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('do_all_pings') is found 1 times:

  • /wp-includes/comment.php line 2884
    	 * Fires immediately after the `do_pings` event to hook services individually.
    	 *
    	 * @since 5.6.0
    	 */
    	do_action( 'do_all_pings' );
    }
    
    /**
     * Performs all pingbacks.
     *
     * @since 5.6.0