do_all_pings

do_all_pings

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('do_all_pings') is found 1 times:

  • /wp-includes/comment.php line 2912
    2908
    2909
    2910
    2911
    2912
    2913
    2914
    2915
    2916
    2917
    2918
         * 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