Tag: register_block_type
-
Blocks That You Don’t Need to Resave When You Edit Them
Standard WordPress blocks have a problem. If you edit the “save” parameter at all, you have to go to each post and resave it for the changes to be brought to the front end of that post. This is a deal breaker, so let’s see how to make PHP handle this for us. In our…