Strict Standards problem
-
When activating on a clean WP 4.0 this is what I get were several errors such as
Strict Standards: Declaration of Pure_Member_Custom_Type_Order_Walker::start_lvl() should be compatible with Walker::start_lvl(&$output, $depth = 0, $args = Array) in /home6/centrod2/public_html/iSleep/wp-content/plugins/purethemes-team-members/custom-post-types-order.php on line 99
So I needed to add arguments like
&$output, $depth = 0, $args = Array()
to make them work.https://www.ads-software.com/plugins/purethemes-team-members/
- The topic ‘Strict Standards problem’ is closed to new replies.