WP_Widget Is Deprecated Since Version 4.3.0
-
Not a programmer but looking over my plugins I am wondering if there should be a code change in Line 14 of widget.php
parent::WP_Widget(false, $name = 'Insert Html Snippet');
to
parent::__construct(false, $name = 'Insert Html Snippet');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP_Widget Is Deprecated Since Version 4.3.0’ is closed to new replies.