We’re still seeing these errors in 1.3.6 on PHP7:
Warning: Declaration of Shailan_Walker_Page::start_lvl(&$output, $depth) should be compatible with Walker::start_lvl(&$output, $depth = 0, $args = Array) in wp-content\plugins\subpages-extended\class-shailan-walker-page.php on line 65
Warning: Declaration of Shailan_Walker_Page::end_lvl(&$output, $depth) should be compatible with Walker::end_lvl(&$output, $depth = 0, $args = Array) in wp-content\plugins\subpages-extended\class-shailan-walker-page.php on line 65
Warning: Declaration of Shailan_Walker_Page::start_el(&$output, $page, $depth, $args, $current_page) should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in wp-content\plugins\subpages-extended\class-shailan-walker-page.php on line 65
Warning: Declaration of Shailan_Walker_Page::end_el(&$output, $page, $depth) should be compatible with Walker::end_el(&$output, $object, $depth = 0, $args = Array) in wp-content\plugins\subpages-extended\class-shailan-walker-page.php on line 65
Additionally the following deprecated message is thrown:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; shailan_SubpagesWidget has a deprecated constructor in wp-content\plugins\subpages-extended\subpages-widget.php on line 34
-
This reply was modified 7 years, 8 months ago by Louis Wolf. Reason: typo