xmlrpc_call_success_wp_editComment

xmlrpc_call_success_wp_editComment

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('xmlrpc_call_success_wp_editComment') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 3878
    		 *
    		 * @param int   $comment_id ID of the updated comment.
    		 * @param array $args       An array of arguments to update the comment.
    		 */
    		do_action( 'xmlrpc_call_success_wp_editComment', $comment_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
    
    		return true;
    	}
    
    	/**
    	 * Creates a new comment.