SureCookie Fatal Error with Soledad Theme
-
Hello,
SureCookie causes a fatal error with the Soledad theme because this function expects 4 arguments:
public function modify_link_attributes( array $atts, $menu_item, $args, $depth ): arraybut the theme passes only 3.
Changing it to:
public function modify_link_attributes( array $atts, $menu_item, $args, $depth = 0 ): arrayfixes the issue.
Please consider adding this change in a future update.
Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.