PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
medifides
/
wp-content
/
themes
/
redbiz
/
inc
<?php if ( ! function_exists( 'themesflat_breadcrumb_trail' ) ) require_once trailingslashit( get_template_directory() ) . 'inc/breadcrumb-trail/breadcrumb-trail.php'; if ( ! function_exists( 'themesflat_breadcrumb_items' ) ) { add_filter( 'breadcrumb_trail_items', 'themesflat_breadcrumb_items', 10, 2 ); /** * Add breadcrumb item when post title is empty * * @param array $items Breadcrumb items * @param array $args Arguments * @return array */ function themesflat_breadcrumb_items( $items, $args ) { if ( is_singular() ) { $post = get_post(); if ( empty( $post->post_title ) ) { $items[] = get_the_title(); } } return $items; } }
[-] structure.php
[open]
[-] styles.php
[open]
[-] helpers.php
[open]
[+]
..
[-] js_composer.php
[open]
[+]
breadcrumb-trail
[+]
options
[+]
plugins
[-] pagination.php
[open]
[-] breadcrumb.php
[open]
[-] template-tags.php
[open]
[-] customizer.php
[open]
[-] revo-slider.php
[open]