March 2020
Beginner
660 pages
18h 28m
English
Once we click the Manage All Reusable Blocks option, we will be redirected to a list similar to the posts list titled Blocks. This is a new custom post that's used by WordPress to store reusable blocks. The reusable blocks we create will be saved in the wp_posts table with a post type called wp_block. Each block we create will contain one row in the wp_posts table with block content as well as the settings. Let's take a look at the database entry for the reusable block we created in the previous section:
<!-- wp:paragraph {"backgroundColor":"secondary","customFontSize":41.5} --><p style="font-size:41.5px" class="has-background has-secondary-background-color">This is intro of product</p><!-- /wp:paragraph --><!-- wp:gallery ...Read now
Unlock full access