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/content/module.php +8 -0 1.2.01.7.4 View file →
@@ -39,8 +39,9 @@
39 39 'Zig_Zag',
40 40 'Hero',
41 41 'CTA',
42 42 'Flex_Hero',
43 + 'Contact',
43 44 ];
44 45 }
45 46
46 47 /**
@@ -80,8 +81,15 @@
80 81
81 82 wp_register_style(
82 83 'helloplus-flex-hero',
83 84 HELLOPLUS_STYLE_URL . 'helloplus-flex-hero.css',
85 + [ 'elementor-frontend' ],
86 + HELLOPLUS_VERSION
87 + );
88 +
89 + wp_register_style(
90 + 'helloplus-contact',
91 + HELLOPLUS_STYLE_URL . 'helloplus-contact.css',
84 92 [ 'elementor-frontend' ],
85 93 HELLOPLUS_VERSION
86 94 );
87 95 }