How can I modify the html output of a custom post type admin page?

The solution could involve the items below. 1. Edit Post admin page display Create a WordPress block. Register the block on the server with register_block_type. Register the block in the client with registerBlockType. This function’s block configuration object (with properties like those in block.json) has an edit property which is a function. This edit function … Read more