Create custom WordPress blocks with the new Block smart action and conditionally enqueue scripts and styles
Download
Download Pinegrow Theme Converter 1.3.
Create custom blocks for WordPress Block Editor
You can now use WordPress Theme Builder to turn any HTML element into a custom WordPress block. Blocks can contain custom fields and use all available WordPress actions, for example displaying a list of related posts.
Note, this feature requires Advanced Custom Fields PRO plugin.
Take a look at the detailed guide about creating WordPress blocks.
Conditionally enqueue scripts and styles
Scripts and styles can now be conditionally included to the page by adding IF Conditional statements to <script>
, <link>
and <style>
elements.