Gutenberg: Block SelectControl saves attributes but after a reload of Gutenberg it loads its defaults. Why?

I thought I had it. I added an attribute “max_level” and a SelectControl element “SelectMaxLevel”. Everything works according to plan: I can set the max level and it is saved in the block. When I save the post and display the post see that the php part uses the “maximum level” variable. But when I edit the post the blocks loads it’s default value. Why does this happen?

Custom Plugin – Package and Deployment Solutions

We are a very small company working with a specific customer base. In this, we often have to create small WP plugins specific to the customer. Typically, we re-use our own basic folder structure and files (base php file that lays out some standard variables, assets folder structure for css and js files, installation/settings features templates, etc.).

Any tips for a plugin to define specific pages navigation for specific types of users / members?

Is there a plugin for WordPress to define sort of a membership program? My requirement is to have registered users, basically members, and according to their (paid) plan, they can have access to some specific areas of my website. Currently I found https://wordpress.org/plugins/wishlist/ but I was wondering if there are other plugins on the market. … Read more