X7ROOT File Manager
Current Path:
/home/okeydcqc/public_html/wp-content/themes/oceanwp/inc/third
home
/
okeydcqc
/
public_html
/
wp-content
/
themes
/
oceanwp
/
inc
/
third
/
ðŸ“
..
📄
class-amp.php
(13.76 KB)
📄
class-bbpress.php
(645 B)
📄
class-beaver-themer.php
(5.26 KB)
📄
class-buddypress.php
(669 B)
📄
class-elementor.php
(10 KB)
📄
class-gutenberg.php
(8.87 KB)
📄
class-learndash.php
(9.63 KB)
📄
class-lifterlms.php
(16.94 KB)
📄
class-pwa.php
(1.57 KB)
📄
class-sensei.php
(5.41 KB)
📄
class-social-login.php
(1.88 KB)
Editing: class-bbpress.php
<?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();
Upload File
Create Folder