Server IP : 149.255.58.128 / Your IP : 216.73.216.191
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/wheelch2/public_html/wp-content/themes/building-lite/inc//extras.php
<?php
/**
* Custom functions that act independently of the theme templates
*
* Eventually, some of the functionality here could be replaced by core features
*
* @package Building Lite
*/
/**
* Adds custom classes to the array of body classes.
*/
function building_lite_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', 'building_lite_body_classes' );
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 29 2023 22:41:18 | 1032 / wheelch2 | 0755 | |
| | | | | |
block-patterns.php | 19.136 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |
block-styles.php | 2.248 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |
custom-header.php | 1.547 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |
customizer.php | 9.685 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |
extras.php | 0.526 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |
template-tags.php | 6.647 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |