pingback_post

pingback_post

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('pingback_post') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 7075
    		 * @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: