SILENT KILLERPanel

Current Path: > home > transcarter > > www > wp-content > themes > > woostify > inc


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www/wp-content/themes//woostify/inc

NameTypeSizeLast ModifiedActions
admin Directory - -
compatibility Directory - -
customizer Directory - -
widget Directory - -
woocommerce Directory - -
class-woostify-icon.php File 2112 bytes June 12 2025 15:15:30.
class-woostify-walker-menu.php File 6000 bytes June 12 2025 15:15:30.
class-woostify.php File 35833 bytes June 12 2025 15:15:30.
woostify-functions.php File 24364 bytes June 12 2025 15:15:30.
woostify-template-builder.php File 1246 bytes June 12 2025 15:15:30.
woostify-template-functions.php File 79906 bytes June 12 2025 15:15:30.
woostify-template-hooks.php File 6378 bytes June 12 2025 15:15:30.

Reading File: /home/transcarter//www/wp-content/themes//woostify/inc/woostify-template-builder.php

<?php
/**
 * Theme Builder
 *
 * @package woostify
 */

defined( 'ABSPATH' ) || exit;

if ( ! function_exists( 'woostify_template_header' ) ) {
	/**
	 * Header template
	 */
	function woostify_template_header() {
		if ( function_exists( 'boostify_header_active' ) && boostify_header_active() ) {
			boostify_get_header_template();
		} else {
			get_template_part( 'template-parts/header' );
		}
	}
}

if ( ! function_exists( 'woostify_template_footer' ) ) {
	/**
	 * Footer template
	 */
	function woostify_template_footer() {
		if ( function_exists( 'boostify_footer_active' ) && boostify_footer_active() ) {
			boostify_get_footer_template();
		} else {
			get_template_part( 'template-parts/footer' );
		}
	}
}

if ( ! function_exists( 'woostify_template_single' ) ) {
	/**
	 * Single template
	 */
	function woostify_template_single() {
		get_template_part( 'template-parts/single' );
	}
}

if ( ! function_exists( 'woostify_template_archive' ) ) {
	/**
	 * Archive template
	 */
	function woostify_template_archive() {
		get_template_part( 'template-parts/archive' );
	}
}

if ( ! function_exists( 'woostify_template_404' ) ) {
	/**
	 * 404 template
	 */
	function woostify_template_404() {
		get_template_part( 'template-parts/404' );
	}
}

SILENT KILLER Tool