pingback_post

pingback_post

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('pingback_post') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 7087
    7083
    7084
    7085
    7086
    7087
    7088
    7089
    7090
    7091
    7092
    7093
         * @since 0.71
         *
         * @param int $comment_id Comment ID.
         */
        do_action( 'pingback_post', $comment_id );
     
        /* translators: 1: URL of the page linked from, 2: URL of the page linked to. */
        return sprintf( __( 'Pingback from %1$s to %2$s registered. Keep the web talking! :-)' ), $pagelinkedfrom, $pagelinkedto );
    }
     
    /**

See this hook used in plugins: