Search code examples
breadcrumbsosclass

breadcrumb in OSClass


I'm new for OSClass. I saw

$breadcrumb = osc_breadcrumb('»', false);

in header.php. Where osc_breadcrumb() is define? I'm using modern theme.


Solution

  • function osc_breadcrumb() is declared at oc-includes/osclass/helpers/hDefines.php

    and returns html code,

    If you want to take a deeper look Breadcrumb.php class is located at oc-includes/osclass/classes/Breadcrumb.php