PluginProbe
Hello Plus / 1.7.4
Hello Plus v1.7.4
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.7.3 All 30 releases
← All changes | modules/theme/module.php +7 -0 1.5.31.7.4 View file →
@@ -54,8 +54,15 @@
54 54 HELLOPLUS_STYLE_URL . 'helloplus-shapes.css',
55 55 [ 'elementor-frontend' ],
56 56 HELLOPLUS_VERSION
57 57 );
58 +
59 + wp_register_style(
60 + 'helloplus-column-structure',
61 + HELLOPLUS_STYLE_URL . 'helloplus-column-structure.css',
62 + [ 'elementor-frontend' ],
63 + HELLOPLUS_VERSION
64 + );
58 65 }
59 66
60 67 /**
61 68 * @param \Elementor\Elements_Manager $elements_manager