PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.3.3
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
← All changes | src/init.php +4 -0 1.3.11.3.3 View file →
@@ -112,8 +112,9 @@
112 112 //Load Gutenberg Block php Files
113 113 include(BLOCKSPARE_PLUGIN_DIR . '/src/blocks/social-sharing/index.php');
114 114 include(BLOCKSPARE_PLUGIN_DIR . '/src/blocks/latest-posts-grid/index.php');
115 115 include(BLOCKSPARE_PLUGIN_DIR . '/src/blocks/latest-posts-list/index.php');
116 + //include(BLOCKSPARE_PLUGIN_DIR . '/src/blocks/pattern/pattern.php');
116 117
117 118
118 119 }
119 120
@@ -125,7 +126,10 @@
125 126 function blockspare_enqueue_admin_style()
126 127 {
127 128 wp_enqueue_style('slick', BLOCKSPARE_PLUGIN_URL . 'src/assets/slick/css/slick.css', array(), '', 'all');
128 129 }
130 +
131 +
132 +
129 133
130 134
131 135