PluginProbe
HubSpot All-In-One Marketing – Forms, Popups, Live Chat / 11.3.75
HubSpot All-In-One Marketing – Forms, Popups, Live Chat v11.3.75
11.3.75 11.3.73 11.3.71 11.3.70 11.3.69 11.3.64 11.3.65 11.3.62 11.3.61 11.3.56 11.3.58 11.0.31 11.0.52 11.0.54 11.0.56 11.0.58 11.0.7 11.1.10 11.1.11 11.1.13 11.1.14 11.1.15 11.1.2 11.1.20 11.1.21 All 73 releases
← All changes | public/utils/class-shortcoderenderutils.php +10 -0 11.3.69 → 11.3.75 View file →
@@ -161,8 +161,18 @@
161 161 ';
162 162 }
163 163
164 164 /**
165 + * Wraps an embed in a pointer-events:none container for the Elementor editor,
166 + * so the iframe cannot swallow the click Elementor needs to select the widget.
167 + *
168 + * @param string $embed The embed HTML to wrap.
169 + */
170 + public static function wrap_embed_for_elementor_editor( $embed ) {
171 + return '<div class="hubspot-embed-editor-preview" style="pointer-events:none;">' . $embed . '</div>';
172 + }
173 +
174 + /**
165 175 * Generates 10 characters long string with random values
166 176 */
167 177 private static function get_random_number_string() {
168 178 $result = '';