PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
themes
/
oceanwp
/
inc
/
third
<?php /** * bbPress class * * @package OceanWP WordPress theme */ // If bbPress plugins doesn't exist then return. if ( ! class_exists( 'bbPress' ) ) { return; } if ( ! class_exists( 'OceanWP_bbPress' ) ) : class OceanWP_bbPress { /** * Setup class. * * @since 1.4.0 */ public function __construct() { add_action( 'wp_enqueue_scripts', array( $this, 'add_custom_css' ) ); } /** * Load custom CSS file * * @since 1.4.3 */ public static function add_custom_css() { wp_enqueue_style( 'oceanwp-bbpress', OCEANWP_CSS_DIR_URI .'third/bbpress.min.css' ); } } endif; return new OceanWP_bbPress();
[-] class-social-login.php
[edit]
[-] class-learndash.php
[edit]
[-] class-bbpress.php
[edit]
[-] class-gutenberg.php
[edit]
[+]
..
[-] class-amp.php
[edit]
[-] class-pwa.php
[edit]
[-] class-sensei.php
[edit]
[-] class-elementor.php
[edit]
[-] class-lifterlms.php
[edit]
[-] class-buddypress.php
[edit]
[-] class-beaver-themer.php
[edit]