Kirby Builder: Use custom snippet in Panel

You could try:

if(function_exists('panel')) {
  ...
} else {
  // something else
}
1 Like