pingback_post, $comment_id

pingback_post, $comment_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('pingback_post, $comment_id') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 7153
    		 * @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 );
    	}
    
    	/**