diff --git a/breadcrumb-navxt.php b/breadcrumb-navxt.php index 879f350..9e09a76 100644 --- a/breadcrumb-navxt.php +++ b/breadcrumb-navxt.php @@ -498,6 +498,6 @@ function bcn_display_json_ld($return = false, $reverse = false, $force = false) global $breadcrumb_navxt; if($breadcrumb_navxt !== null) { - return $breadcrumb_navxt->display_json_ld($return, $linked, $reverse, $force); + return $breadcrumb_navxt->display_json_ld($return, $reverse, $force); } -} \ No newline at end of file +}