The plugin is good but apparently abandoned?
-
When I try to create a menu I get an error: Fatal error: Uncaught ArgumentCountError: Too few arguments to function Falang_Admin::wp_nav_menu_item_custom_fields(), 4 passed in
Fix for php 7 and 8
On line 2938 /wp-content/plugins/falang/admin/class-falang-admin.php instead of:
public function wp_nav_menu_item_custom_fields( $item_id, $menu_item, $depth, $args, $current_object_id ) {use:
public function wp_nav_menu_item_custom_fields( $item_id = null, $menu_item = null, $depth = null, $args = null, $current_object_id = null ) {
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘The plugin is good but apparently abandoned?’ is closed to new replies.