SILENT KILLERPanel

Current Path: > home > ivftiowh > greeceivf.com > wp-content > themes > wise-blog > inc >


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/themes/wise-blog/inc/

NameTypeSizeLast ModifiedActions
custom-widgets Directory - -
customizer-settings Directory - -
frontpage-sections Directory - -
active-callback.php File 1759 bytes June 11 2025 23:38:22.
body-classes.php File 611 bytes June 11 2025 23:38:22.
class-breadcrumb-trail.php File 41532 bytes June 11 2025 23:38:22.
custom-fonts.php File 1481 bytes June 11 2025 23:38:22.
custom-header.php File 1925 bytes June 11 2025 23:38:22.
custom-style.php File 1412 bytes June 11 2025 23:38:22.
enqueue.php File 2722 bytes June 11 2025 23:38:22.
jetpack.php File 1156 bytes June 11 2025 23:38:22.
require.php File 1057 bytes June 11 2025 23:38:22.
sanitize-callback.php File 3551 bytes June 11 2025 23:38:22.
template-functions.php File 6146 bytes June 11 2025 23:38:22.
template-tags.php File 5050 bytes June 11 2025 23:38:22.
wptt-webfont-loader.php File 17898 bytes June 11 2025 23:38:22.

Reading File: /home/ivftiowh/greeceivf.com/wp-content/themes/wise-blog/inc//body-classes.php

<?php

/**
 * Adds custom classes to the array of body classes.
 *
 * @param array $classes Classes for the body element.
 * @return array
 */
function wise_blog_body_classes( $classes ) {
	// Adds a class of hfeed to non-singular pages.
	if ( ! is_singular() ) {
		$classes[] = 'hfeed';
	}

	// Adds a class of no-sidebar when there is no sidebar present.
	if ( ! is_active_sidebar( 'sidebar-1' ) ) {
		$classes[] = 'no-sidebar';
	}

	$classes[] = 'artify-wise-blog';

	$classes[] = wise_blog_sidebar_layout();

	return $classes;
}
add_filter( 'body_class', 'wise_blog_body_classes' );

SILENT KILLER Tool