-'; } /** * Get flatsome_breadcrumb hooked content. * * @param string|array $class One or more classes to add to the class list. * @param bool $display Whether to display the breadcrumb (true) or return it (false). */ function flatsome_breadcrumb( $class = '', $display = true ) { do_action( 'flatsome_breadcrumb', $class, $display ); } /** * @deprecated 3.7 */ function get_flatsome_breadcrumbs() { _deprecated_function( __FUNCTION__, '3.7', 'flatsome_breadcrumb' ); flatsome_breadcrumb(); }