PluginProbe
Elementor Website Builder – more than just a page builder / 3.35.0-dev2
Elementor Website Builder – more than just a page builder v3.35.0-dev2
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/base/controls-stack.php +1 -1 4.1.43.35.0-dev2 View file →
@@ -226,9 +226,9 @@
226 226 public function get_id_int() {
227 227 /** We ignore possible notices, in order to support elements created prior to v1.8.0 and might include
228 228 * non-base 16 characters as part of their ID.
229 229 */
230 - return @hexdec( (string) $this->id );
230 + return @hexdec( $this->id );
231 231 }
232 232
233 233 /**
234 234 * Get widget number.