I am creating a custom walker class.
I need to identify the custom links that will be added to the menu from Appearace > Menu > Custom Link
so that they will have a different format to the page/post links
Any thoughts on how I can do this within walker class possibly using if statement?
something like
if (link = custom-link) {
// Do something
}