I\'m getting this PHP error in my custom breadcrumb function:
Warning: sprintf(): Too few arguments in /srv/bindings/56058a57d7424f84adac37ba6b03d3b7
Your sprintf string has 2 placeholders, your filling one.
%2$s', 'http://example.com'); // good echo sprintf('%2$s', 'http://example.com', 'Link Name');
https://3v4l.org/nu8Ht