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 +21 -0 1.2.01.7.4 View file →
@@ -40,8 +40,29 @@
40 40 HELLOPLUS_STYLE_URL . 'helloplus-button.css',
41 41 [ 'elementor-frontend' ],
42 42 HELLOPLUS_VERSION
43 43 );
44 +
45 + wp_register_style(
46 + 'helloplus-image',
47 + HELLOPLUS_STYLE_URL . 'helloplus-image.css',
48 + [ 'elementor-frontend' ],
49 + HELLOPLUS_VERSION
50 + );
51 +
52 + wp_register_style(
53 + 'helloplus-shapes',
54 + HELLOPLUS_STYLE_URL . 'helloplus-shapes.css',
55 + [ 'elementor-frontend' ],
56 + HELLOPLUS_VERSION
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 + );
44 65 }
45 66
46 67 /**
47 68 * @param \Elementor\Elements_Manager $elements_manager