SILENT KILLERPanel

Current Path: > home > ivftiowh > greeceivf.com > wp-content > plugins > jetpack > modules > theme-tools


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/ivftiowh/greeceivf.com/wp-content/plugins/jetpack/modules/theme-tools

NameTypeSizeLast ModifiedActions
compat Directory - -
js Directory - -
responsive-videos Directory - -
site-logo Directory - -
social-menu Directory - -
featured-content.php File 20119 bytes October 14 2024 11:06:00.
infinite-scroll.php File 1855 bytes October 14 2024 11:06:00.
random-redirect.php File 3094 bytes October 14 2024 11:06:00.
responsive-videos.php File 3420 bytes October 14 2024 11:06:00.
site-breadcrumbs.php File 995 bytes October 14 2024 11:06:00.
site-logo.php File 1373 bytes October 14 2024 11:06:00.
social-links.php File 6279 bytes October 14 2024 11:06:00.
social-menu.php File 1820 bytes October 14 2024 11:06:00.

Reading File: /home/ivftiowh/greeceivf.com/wp-content/plugins/jetpack/modules/theme-tools/site-breadcrumbs.php

<?php
/**
 * Plugin Name: Site Breadcrumbs
 * Plugin URI: http://wordpress.com
 * Description: Quickly add breadcrumbs to the single view of a hierarchical post type
 * Author: Automattic
 * Version: 1.0
 * Author URI: http://wordpress.com
 * License: GPL2 or later
 */

function jetpack_breadcrumbs() {
	if ( ! is_page() || is_front_page() ) {
		return;
	}

	global $post;

	$ancestors = array_reverse( get_post_ancestors( $post->ID ) );

	$before = '<nav class="entry-breadcrumbs">';
	$after = '</nav>';

	$home = '<a href="' . esc_url( home_url( "/" ) ) . '" class="home-link" rel="home">' . __( 'Home', 'jetpack' ) . '</a>';

	$breadcrumb = '';

	if ( $ancestors ) {
		foreach ( $ancestors as $ancestor ) {
			$breadcrumb .= '<a href="' . esc_url( get_permalink( $ancestor ) ) . '">' . esc_html( get_the_title( $ancestor ) ) . '</a>';
		}
	}

	$breadcrumb .= '<span class="current-page">' . esc_html( get_the_title( $post->ID ) ) . '</span>';

	echo $before . $home . $breadcrumb . $after;
}

SILENT KILLER Tool