' . $separator . '';
$display = (bool) $display;
echo '
';
if ( ! is_front_page() && $display === TRUE ) {
echo '- ';
echo $home;
echo '' . $sep . '
';
if ( is_category() || is_single() ) {
$args = array( 'fields' => 'all' );
$categories = wp_get_post_categories( $post->ID, $args );
if ( count( $categories ) ) {
if ( isset( $categories[0] ) ) {
?>
- name ?>
-
';
}
/**
* WPML language menu
*/
public static function wpml_selector() {
?>
' .
canvi_get_icon_svg( 'ui', 'search' ) . // phpcs:ignore WordPress.Security.EscapeOutput
'';
}
/**
* Mobile toggle button
* @return string
*/
public static function hamburger_menu_item() {
return '';
}
public static function cart_menu_item() {
$items = '';
return $items;
}
/**
* Mobile hamburger & search
*/
public static function toggle_search_menu( $menu_items ) {
?>