[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.119.134.252: ~ $
<?php
/**
 * Functions which enhance the theme by hooking into WordPress
 *
 * @package bizberg
 */

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

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

/**
 * Add a pingback url auto-discovery header for singularly identifiable articles.
 */
function bizberg_pingback_header() {
	if ( is_singular() && pings_open() ) {
		echo '<link rel="pingback" href="', esc_url( get_bloginfo( 'pingback_url' ) ), '">';
	}
}
add_action( 'wp_head', 'bizberg_pingback_header' );

Filemanager

Name Type Size Permission Actions
customizer Folder 0755
install-recommended-plugins Folder 0755
plugins Folder 0755
sections Folder 0755
woocommerce Folder 0755
class-tgm-plugin-activation.php File 119.89 KB 0644
customizer.php File 9.29 KB 0644
fontawesome-5-icons.php File 258.58 KB 0644
jetpack.php File 1.31 KB 0644
template-functions.php File 768 B 0644
woocommerce.php File 30.82 KB 0644
wptt-webfont-loader.php File 16.8 KB 0644